Skip to main content

Connector Error Codes (SubSystem 774)

SubSystemErrorCodeHttp CodeNameDetails and TroubleshootingConsole Message
77410400UpstreamInvalidResponsemessage: String? = null
77411400UpstreamInvalidErrorMessageException while parsing the Error which is coming from the upstream service. Check the response for additional details.message: String? = null
77412500UpstreamRequestErrorException while sending request to the upstream service. Check the response for additional details.throwable.message
77413500UpstreamConnectionPoolTooBusyErrorException as upstream service's connection pool is busy while sending request to it. Try again, or increase the maxPoolSize for REST WebClientthrowable.message
77414500UpstreamRequestTimeoutErrorException as upstream service's response is late. Try again, or increase the timeout for REST WebClientthrowable.message
77415500UpstreamConnectTimeoutErrorException while trying to connect upstream service to send a request. Try again, or increase the connectTimeout for REST WebClientthrowable.message
774400400BadRequestInvalid data found in the request. Check the response for additional details.message: String? = null
774400400ValidationFieldLength"[Bad Request] Validation error for body application/json: provided string should have size <= $maxLength for field $fieldName"
774401401Unauthorizedmessage: String? = "Unauthorized"
774403403Forbiddenmessage: String? = "Forbidden"
774404404NotFoundResource not found. Check that the called URL is correct.message: String? = "Not Found"
774405405MethodNotAllowedHTTP Method is not allowed. Check the OpenAPI specification to see which endpoints support which HTTP modes.message: String? = "Method Not Allowed"
774406400UnprocessableEntitymessage: String? = null
774500500InternalErrormessage: String? = null
774501501NotImplementedErrorThe called endpoint is not yet implemented. Check that the installed service version is correct.message: String? = "Not Implemented"
7744001400MissingRequiredFieldMissing required field in Json object. Ensure all the required fields available in the Json object, check the response for missing field."Missing required field '$fieldName'" + (location?.let { " in $location" } ?: "")
7744002400MalformedFieldMalformed field in Json object. Check the response for additional details."Malformed field '$fieldName'" + (location?.let { " in $it" } ?: "") + (reason?.let { ": $it" } ?: "")
7744003400InvalidAutoCompleteJsonException while parsing AutoComplete json. Ensure respected json is convertable to the Autocomplete, check the response for additional details."Error parsing autocomplete: <${error.message}>"
7744004400InvalidSectionJsonException while parsing Section json. Ensure respected json is convertable to the Section, check the response for additional details."Error parsing Section: <${error.message}>"
7744005400InvalidExpandedSectionJsonException while parsing ExpandedSection json. Ensure respected json is convertable to the ExpandedSection, check the response for additional details."Error parsing ExpandedSection: <${error.message}>"
7744006400InvalidAutoCompleteListJsonException while parsing AutoCompleteList json. Ensure respected json is convertable to the AutoCompleteList, check the response for additional details."Error parsing AutocompleteList: <${error.message}>"
7744007400InvalidBannerJsonException while parsing Banner json. Ensure respected json is convertable to the Banner, check the response for additional details."Error parsing Banner: <${error.message}>"
7744008400InvalidImageReferenceJsonException while parsing ImageReference json. Ensure respected json is convertable to the ImageReference, check the response for additional details."Error parsing ImageReference: <${error.message}>"
7744009400InvalidLocalizableImageJsonException while parsing ImageReference json. Ensure respected json is convertable to the ImageReference, check the response for additional details."Error parsing LocalizableImage: <${error.message}>"
7744010400InvalidServiceTagJsonException while parsing ServiceTag json. Ensure respected json is convertable to the ServiceTag, check the response for additional details."Error parsing ServiceTag: <${error.message}>"
7744011400InvalidSpotlightJsonException while parsing Spotlight json. Ensure respected json is convertable to the Spotlight, check the response for additional details."Error parsing Spotlight: <${error.message}>"
7744012400InvalidLocalizableJsonException while parsing Localizable json. Ensure respected json is convertable to the Localizable, check the response for additional details"Error parsing Localizable: <${error.message}>"
7744013400InvalidLocaleElementJsonException while parsing LocaleElement json. Ensure respected json is convertable to the LocaleElement, check the response for additional details."Error parsing LocaleElement: <${error.message}>"
7744014400InvalidSearchJsonException while parsing Search json. Ensure respected json is convertable to the Search, check the response for additional details."Error parsing search: <${error.message}>"
7744015400InvalidServiceListJsonException while parsing ServiceList json. Ensure respected json is convertable to the ServiceList, check the response for additional details."Error parsing Service List: <${error.message}>"
7744016400InvalidServiceJsonException while parsing Service json. Ensure respected json is convertable to the Service, check the response for additional details."Error parsing Service: <${error.message}>"
7744017400InvalidSectionListJsonException while parsing SectionList json. Ensure respected json is convertable to the SectionList, check the response for additional details."Error parsing Section List: <${error.message}>"
7744018400InvalidLayoutJsonException while parsing Layout json. Ensure respected json is convertable to the Layout, check the response for additional details."Error parsing Layout: <${error.message}>"
7744019400InvalidImageResponseException while parsing Image json. Ensure respected json is convertable to the Image, check the response for additional details."Error parsing Image: <${error.message}>"
7744020400InvalidCommandJsonException while parsing Command json. Ensure respected json is convertable to the Command, check the response for additional details."Error parsing Command: <${error.message}>"
7744021400InvalidSectionV2JsonException while parsing SectionV2 json. Ensure respected json is convertable to the SectionV2, check the response for additional details."Error parsing SectionV2: <${error.message}>"
7744022400InvalidSectionListV2Json"Error parsing Section List V2: <${error.message}>"
7745001404ServiceNotFoundMissing Service resource when requested in in-memory database. Check requested Service resource is available in the service's cqrs in memory (i.e. in View), use service logs."Service $serviceId not found"
7745002404SectionNotFoundMissing Section resource when requested in in-memory database. Check requested Section resource is available in the service's cqrs in memory (i.e. in View), use service logs."Section $serviceId not found"
7745003404TenantNotFound"Tenant $tenant not found"
7745004404BranchNotFoundRequested Branch is not existing. Check respected branch is already exists, ensure branch you want to switch is already exists for your tenant. Use GET /branches for the tenant."Branch $branch not found"
7745005404BranchExistsAlreadyBranch name is already exists. Ensure uniqueness of the branch name while saving."Branch $branch in tenant $tenant exists already"
7745006400WrongUlidSequenceCqrs event order is wrong. Ensure Cqrs events are consumed in correct order, check ulid values of respected event from service's logs."Event $ulid with prev ulid $prevUlid has not match with the last known ulid $currentLastUlid"
7745007500UnexpectedTenantMapEventUnhandled event for the TenantMap. Ensure Cqrs event is a valid event, check the response for additional details."Unhandled Event $cqrsEvent"
7745008500UnexpectedBranchMapEventUnhandled event for the BranchMap. Ensure Cqrs event is a valid event, check the response for additional details."Unhandled Event $cqrsEvent"
7745009500UnexpectedViewEventUnhandled event for the View. Ensure Cqrs event is a valid event, check the response for additional details."Unhandled Event $cqrsEvent"
7745010412VersionPreconditionFailedCannot execute request against expected version. Please wait a little bit, and retry again"Waiting for version $expectedVersion timed out"
774status.code()statusGenericHttpErrormessage ?: status.reasonPhrase()

Additional Details and Troubleshooting

Error Codes between 11-15

These error codes are related with REST communication between internal smartscreen services. Try to adjust RestServices.WebClientOptions parameters with respect to your current system load, and resources.

Error Codes between 4001-4021

These error codes related with JSON parsing. Try to understand what is exactly failing from the response details. If not, contact with smartscreen team.

Error Codes between 5001-5009

These error codes related with in-memory database (i.e. highly related with CQRS pattern). Try to understand what is exactly failing from the response details and service logs. If not, contact with smartscreen team.