ErrorMessageResource
Error response message
messagestring
Localized error message
Example:
RCM API is unavailablecodestring
Unique error code combining exception type and specific code
Example:
0502-0002valuesstring[]
Additional error context values
errors object[]
Detailed validation errors (present only for 422 validation errors)
Array [
pathstring
Field path/name in snake_case where the validation error occurred
Example:
external_appointment_idmessagestring
Validation error message for this field
Example:
may not be blankvaluesstring[]
Additional error context values for this field
]