Skip to main content

ErrorMessageResource

Error response message

messagestring

Localized error message

Example: RCM API is unavailable
codestring

Unique error code combining exception type and specific code

Example: 0502-0002
valuesstring[]

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_id
    messagestring

    Validation error message for this field

    Example: may not be blank
    valuesstring[]

    Additional error context values for this field

  • ]