Publish Bridge Error Codes (SubSystem 522)
SubSystem | ErrorCode | Http Code | Name | Details and Troubleshooting | Console Message |
---|---|---|---|---|---|
522 | 1 | 500 | InternalError | Something unexpected, please check the service logs for additional details and contact support. | message: String? = null |
522 | -1 | 400 | AbsUnreachable | message: String? = null | |
522 | code | httpCode | HttpResponseError | Exception while parsing the Response of upstream service. Check the response for additional details. | message: String? = null |
522 | 10 | 400 | UpstreamInvalidResponse | Exception while parsing the Error which is coming from the upstream service | message: String? = null |
522 | 11 | 400 | UpstreamInvalidErrorMessage | Exception while parsing the Error which is coming from the upstream service | message: String? = null |
522 | 400 | 400 | BadRequest | Invalid data found in the request | message: String? = null |
522 | 404 | 404 | NotFound | Resource not found. Check that the called URL is correct. | message: String? = "Not Found" |
522 | 409 | 409 | Conflict | ABS service returned HTTP CONFLICT. Perhaps there is no such User in this Tenant. | message: String? = null |
522 | 405 | 405 | MethodNotAllowed | HTTP Method is not allowed. Check the OpenAPI specification to see which endpoints support which HTTP modes. | message: String? = null |
522 | 4001 | 400 | MissingRequiredField | Missing required field in Json object. Check response for for missing field and compare against OpenAPI specification. | "Missing required $location" |
522 | 4002 | 400 | MalformedField | Malformed field in Json object. Check the response for additional details. | "Malformed $locationAndReason" |
522 | httpCode.code() | httpCode | GenericHttpError | message ?: httpCode.reasonPhrase() | |
522 | code | httpCode | AnyServiceError | message: String? | |
522 | code | httpCode | PublishBridgeError | message: String? = null |
Additional Details and Troubleshooting
Error Codes between 10-11
These error codes are related with REST communication between internal services.
Try to adjust RestServices.WebClientOptions
parameters with respect to your current system load, and resources.