Error
API error response with application-specific code, message, and optional field-level errors. ## Error Code Format Codes are strings that can follow any format your application defines. Common formats include hierarchical (e.g., "domain.create.not_available") or namespaced numeric (e.g., "100001"). See your application's documentation for specific error codes.
- objectType: string
Resource type identifier
- codeType: string
Application-specific error code. Can be hierarchical (e.g., "domain.create.not_available") or namespaced numeric (e.g., "100001").
- messageType: string
Human-readable error message describing what went wrong
- fieldsType: object
Field-specific validation errors. Keys are field names, values are error descriptions.
- propertyType: string
Name