NameDescriptionTypeAdditional information
Code

Return codes
200 - ok
400 - bad request
401 - unauthorized
404 - not found
500 - internal server error
510 - object does not exist
511 - object has expired
512 - object parent does not exist
514 - object product incorrect
515 - invalid status
516 - parent product not in command
520 - missing required attribute
525 - object already registered
530 - invalid attribute value
531 - domain is not catchable
532 - domain is not available
533 - domain is not restorable
551 - duplicate entry
552 - object name and object handle mismatch
570 - object status does not allow for operation
572 - operation not allowed for this TLD
700 - Invalid request
706 - Unexpected error
722 - CSR is invalid
733 - Wildcards not allowed
734 - Domain name must be idn
735 - Must be a sub-domain
736 - CSR san limit exceeded
737 - Contact is missing required attribute
738 - CSR san mismatch
739 - CN does not match domain
740 - Must be a wildcard

integer

None.

Data

Additional information
Contains attribute name and item in case of validation error

Object

None.

Detail

Error description

string

None.

application/json

Sample:
{
  "Code": 530,
  "Data": {
    "Attribute": "auth_info",
    "Item": {
      "Id": 0,
      "ProduitID": 12438,
      "Period": 1.0,
      "Quantity": 1,
      "Pu": 0.0,
      "Confirm": false,
      "IsUpdate": false,
      "NewQuantity": null,
      "PeriodLeft": null,
      "OldProduitID": null,
      "OldPu": null,
      "Total_HT": 0.0,
      "Attributes": {
        "domain": "example.com",
        "object_handle": "examp1",
        "registrant_handle": "AA123",
        "auth_info": "abc123"
      }
    }
  },
  "Detail": "Invalid auth_info: does not match."
}