Skip to main content

Ast-Stream Error Codes (SubSystem 515)

SubSystemErrorCodeHttp CodeNameDetails and TroubleshootingConsole Message
5151500InternalErrorSomething unexpected, please check the service logs for additional details and contact support.message: String? = null
51510400UpstreamInvalidResponseException while parsing the Response of upstream service. Check the response for additional details.message: String? = null
51511400UpstreamInvalidErrorMessageException while parsing the Error which is coming from the upstream servicemessage: String? = null
515400400BadRequestInvalid data found in the requestmessage: String? = null
515401401UnauthorizedCheck OIDC configuration. See service log for additional details.message ?: "Unauthorized"
515403403ForbiddenCheck OIDC configuration. See service log for additional details.message ?: "Forbidden"
515404404NotFoundResource not found. Check that the called URL is correct.message: String? = null
515405405MethodNotAllowedHTTP Method is not allowed. Check the OpenAPI specification to see which endpoints support which HTTP modes.message: String? = null
515408408RequestTimeoutConnection is closed by timeout.message: String? = null
515409409ConflictHttp connection is closed because the client app reconnected to sse stream.message: String? = null
5154001400MissingRequiredFieldMissing required field in Json object."Missing required $location"
515TBD400MalformedFieldMalformed field in Json object. Check the response for additional details."Malformed $locationAndReason"
515httpCode.code()httpCodeGenericHttpErrormessage ?: httpCode.reasonPhrase()
515TBDTBDKafkaErrorTBD
515TBDTBDRedisErrorTBD
515TBDTBDInvalidEventTBD
515TBDTBDExpiredEventTBD
515codehttpCodeAnyServiceErrormessage: String?
515codehttpCodeAstStreamErrormessage: 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.