Skip to content

ResponseWithoutResult

Type: object

Properties

Property Type Required Description Constraints
errors array No Array of errors that occurred if the request was unsuccessful
nextPageToken string No Paging token returned from a previous response
requestId string Yes Id of the request made
success boolean Yes Whether the request succeeded
warnings array No Array of warnings given for the operation

Generated example

{
  "errors": [
    {
      "code": "string",
      "message": "string"
    }
  ],
  "nextPageToken": "example-token",
  "requestId": "123",
  "success": false,
  "warnings": [
    {
      "code": 123,
      "message": "string"
    }
  ]
}

Referenced models

Source

Generated from swagger-mapi.json.