Overview
A structure that contains the complete information of a web service error. It consists of error code, error number and error text.
Format
PwsErrorDetail
- PwsErrorDetail
- ErrorCode: String
- ErrorNumber: Int32
- ErrorText: String
Elements
Element | Data Type | Description | Sample Data |
---|---|---|---|
ErrorCode | String | The code of the web service error | DescriptionRequiredForSaveProjectIssue |
ErrorNumber | Int32 | The number of the web service error | 84018 |
ErrorText | String | The text message of the web service error | Description is required. |