이 콘텐츠는 선택한 언어로 제공되지 않습니다.
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.
Expand
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.