Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

Overview


A collection of zero or more PwsMessage structures is included in the response of every PWS web service request. If the RequestStatus of the request is "OkWithWarnings" or "Fail", this will contain one or more warning and/or error messages. It may also contain (even when Status is Ok) informational messages.

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.

Usage Example(s)


Example 01
				  <a:ErrorDetail xmlns:b="http://projectorpsa.com/DataContracts/Shared/Common/">
                     <b:ErrorCode>DescriptionRequiredForSaveProjectIssue</b:ErrorCode>
                     <b:ErrorNumber>84018</b:ErrorNumber>
                     <b:ErrorText>Description is required.</b:ErrorText>
                  </a:ErrorDetail>              



  • No labels