2.5. Messages
The following table describes the parameters contained in each message from the API response. The API can return zero or more messages.
Name | Description |
---|---|
severity | Message severity. Examples include debug, info, warning, error, and result |
text | Text of the message |
field | Indicates the message is relevant to a particular field in the resource. Used for validation errors and can be null |
exit code | Exit code returned by the API. 0 if there are no issues |
Note
Messages that return
severity
=result contain information that is passed to the user. Examples include database user names and passwords.