Overview
This represents the web service response status and message
Format
PwsMessage
- PwsMessage
- AdditionalErrorText: String
- ErrorCode: String
- ErrorNumber: Int32
- ErrorText: String
- Type: MessageType
Elements
Element | Data Type | Required? | Default | Description | Sample Data |
---|---|---|---|---|---|
AdditionalErrorText | String | n/a | n/a | If the status is "OkWithWarnings" or "Fail", this will contain one or more warning or error messages. It may also contain (even when Status is Ok) informational messages. | Warning 105 |
ErrorCode | String | n/a | n/a | The error code associated with the message | AtLeastOneItemNotFound |
ErrorNumber | Int32 | n/a | n/a | The error number associated with the message | 105 |
ErrorText | String | n/a | n/a | The error text associated with the message | At least one requested item was not found. The remaining items, if any, were returned. |
Type | MessageType | n/a | n/a | The error type associated with the message | "Warning" or "Error" |