Response Codes and Error handling
Last updated
Was this helpful?
Was this helpful?
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<Errors>
<Error>
<ErrorCode>errStatement_PeriodInvalid</ErrorCode>
<Description>From date cannot be later than to date.</Description>
<Field>FrDt</Field>
</Error>
<Error>
<ErrorCode>NotNull</ErrorCode>
<Description>Name can't be null</Description>
<Field>Name</Field>
</Error>
</Errors>