Assertion Status Codes
Assertion Status Codes
gateway
Code | Severity | Message | Explanation |
---|---|---|---|
-1 | INFO | Undefined | |
0 | FINE | No Error | Assertion finished successfully |
400 | INFO | Bad Request | Message is not valid syntactically or semantically |
401 | INFO | Authentication Required | Credentials required but missing |
402 | WARNING | Authentication Failed | Credentials present but erroneous |
402 | INFO | Unauthorized | Credentials present but erroneous |
403 | INFO | Service Disabled | |
404 | INFO | Service Not Found | Unable to resolve a service for request |
500 | INFO | Internal Server Error | |
501 | INFO | Access Denied by Protected Service | |
502 | INFO | Bad Response from Protected Service | |
503 | INFO | Service Temporarily Unavailable | Request temporarily cannot proceed, but may be successful if retried in the near future. Possible causes: the Gateway is overloaded or out of resources, or rate quota has been reached for this web service, client, user, or SOAPAction |
600 | INFO | Assertion Falsified | Message may be valid, but does not satisfy a logical predicate |
601 | INFO | Error in Assertion Processing | Assertion unable to determine whether message is acceptable; no implications on validity of message |
1000 | INFO | Not yet implemented! | Assertion not yet implemented |
1001 | INFO | Not applicable in this context | |
1002 | INFO | Invalid XPath Pattern | |
1003 | INFO | Unresolvable Namespace Prefix |