Skip to main content

Smartscreen Library Error Codes (See Main Project's SubSystem)

SubSystemErrorCodeHttp CodeNameDetails and TroubleshootingConsole Message
See Main Project's SubSystem501501NotImplementedErrorThe called endpoint is not yet implemented. Check that the installed service version is correct.message: String? = "Not Implemented"
See Main Project's SubSystem7001400MissingRequiredField"Missing required $location"
See Main Project's SubSystem7002400MalformedField"Malformed $locationAndReason"
See Main Project's SubSystem7003400InvalidAudienceStatusJsonError while parsing JSON into AudienceStatus. Please check the error message to understand what is wrong with the JSON"Error parsing AudienceStatus: <$reason>"
See Main Project's SubSystem7004400InvalidUuidListJsonError while parsing JSON into UuidList. Please check the error message to understand what is wrong with the JSON"Error parsing UuidList: <$reason>"
See Main Project's SubSystem7005400ValidationFieldLengthError while validating JSON entries for Service. Please check the error message to understand what is wrong with the JSON"[Bad Request] Validation error for body application/json: provided string should have size <= $maxLength for field $fieldName"
See Main Project's SubSystem7006400InvalidLayoutJsonError while parsing JSON into Layout. Please check the error message to understand what is wrong with the JSON"Error parsing Layout: <${error.message}>"
See Main Project's SubSystem7100404ServiceNotFoundCqrsMissing Service resource when requested. Check requested Service resource is available in the service's cqrs in memory (i.e. in View)."Service $serviceId not found"
See Main Project's SubSystem7101404SectionNotFoundCqrsMissing Section resource when requested. Check requested Section resource is available in the service's cqrs in memory (i.e. in View)."Section $serviceId not found"
See Main Project's SubSystem7102404TenantNotFoundRequested Tenant does not exist. Check whether respected tenant exists."Tenant $tenant not found"
See Main Project's SubSystem7103404HomescreenNotFoundCqrsMissing Homescreen resource when requested. Check requested Homescreen resource is available in the service's cqrs in memory (i.e. in View)."Homescreen $homescreenId not found"
See Main Project's SubSystem7104404BannerNotFoundCqrsMissing Banner resource when requested. Check that the installed service version is correct."Banner $bannerId not found"
See Main Project's SubSystem7105400GetHomescreenWithAudienceIdAndServiceIdaudienceId is mutually exclusive to serviceId and type. Please use only one of them, and retry again"audienceId is mutually exclusive to serviceId and type"
See Main Project's SubSystem7106400InvalidSectionContentRequestJsonException while parsing SectionContentRequest json. Ensure respected json is convertable to the SectionContentRequest, check the response for additional details"Error parsing a ContentRequest: <${error.message}>"
See Main Project's SubSystem7107404NonExistingContentUuidException while parsing SectionContentRequest json. Ensure respected json is convertable to the SectionContentRequest, check the response for additional details"UUID $uuid specified in contentAfter not found in content array."
See Main Project's SubSystem7108404DefaultHomescreenNotFoundDefault Homescreens not found. Ensure that default Homescreens are present in the System. Check this using GET /homescreens for the tenant"Default Homescreen not found"
See Main Project's SubSystem7200404ServiceNotFoundMissing Service resource when requested. Check requested Service resource is available in the service."Service $serviceId on tenant $tenant not found"
See Main Project's SubSystem7201404SectionNotFoundMissing Section resource when requested. Check requested Section is available in the service."Section $sectionId on tenant $tenant not found"
See Main Project's SubSystem7202404UpdateLayoutSectionsNotFoundMissing Section resource while updating a Layout. Check referenced Sections in the Layout is available."Sections not found. Ids: ${sections.joinToString(", ")}"
See Main Project's SubSystem7203404HomescreenNotFoundMissing Homescreen resource when requested."Homescreen $homescreenId on tenant $tenant not found"
See Main Project's SubSystem7204404AudienceNotFoundMissing Audience resource when requested."Audience $audienceId not found on tenant $tenant"
See Main Project's SubSystem7205404HomescreensNotFoundMissing Homescreens resource when requested."Homescreen $homescreenIds on tenant $tenant not found"
See Main Project's SubSystem7206400DefaultHomescreenCantChangeOrderUuids of default homrscreens is present in list for ordering homescreens. Delete it from list."Can not change order for Default Homescreens. Tenant $tenant"
See Main Project's SubSystem7207400SectionValidationMissing Service resource while creating a Section with cqrs. Check referenced Services in the Section is available."Incomplete Section. All referenced service IDs must exist."
See Main Project's SubSystem7208400ServiceValidationReports a violation of some condition found during Service validation. Check supplied message.message: String
See Main Project's SubSystem7209400BranchValidationValidation of Branch fails. Check the response for additional details.message: String
See Main Project's SubSystem7210404BranchNotFoundRequested Branch is not available. Check requested Branch is available in the service, use GET /branches from smartscreen-dashboard."Branch $branch not found"
See Main Project's SubSystem7211404NoCommandsForUndoUnable to undo. There are no commands to undo, do some operations. Then, try again. Or, use GET /history from smartscreen-dashboard to see commands history."No commands for Undo"
See Main Project's SubSystem7212500UnexpectedBranchMapEventUnhandled event for the BranchMap. Ensure Cqrs event is a valid event, check the response for additional details."Unhandled Event $cqrsEvent"
See Main Project's SubSystem7213500UnexpectedViewEventUnhandled event for the View. Ensure Cqrs event is a valid event, check the response for additional details."Unhandled Event $cqrsEvent"
See Main Project's SubSystem7214409LiveViewChangesNotSavedChanges are not saved in the current branch. Ensure changes are saved before switching to another branch."Changes on the current branch is not saved"
See Main Project's SubSystem7215400CyclicSectionsValidationCyclic sections are detected. Ensure nested Sections don't have any cyclic relationship. i.e. A Section's child Section cannot contain parent Section in its content."Cyclic sections are detected"
See Main Project's SubSystem7216400SectionValidationBySectionMissing Section reference in another Section's content. Ensure referenced Sections inside of the Section's content is available."Incomplete Section. All referenced section IDs must exist."
See Main Project's SubSystem7217400HomescreenValidationMissing Section resource while creating/updating a Homescreen. Check referenced Sections in the Homescreen is available."Incomplete Homescreen. All referenced section IDs must exist."
See Main Project's SubSystem7218400HomescreenAudienceNotFoundMissing Audience resource while deleting an Audience from the Homescreen. Check requested Audience is available in the Homescreen, use GET /homescreen/{id} from smartscreen-dashboard."Homescreen $homescreenId does not contain audience $audienceId"
See Main Project's SubSystem7219400HomescreenDefaultExistsDefault Homescreen already exists while creating a Homescreen. Ensure id of Homescreen is not reserved for the Dafult Homescreens"Default Homescreen $homescreenId already exists"
See Main Project's SubSystem7220400HomescreenDefaultOperationNotAllowedOperation is not allowed for the Default Homescreen. Ensure operation is done not for Default Homescreen."This operation not allowed with default Homescreen $homescreenId"
See Main Project's SubSystem7221400BannerImageValidationMissing Image resource while creating a Banner. Check that referenced images are available in the service."Incomplete Banner. All referenced images IDs must exist."
See Main Project's SubSystem7222400BannerServiceValidationMissing Banner resource while creating a service. Chck that referenced Banners are available in the service."Incomplete Banner. Referenced service must exist."
See Main Project's SubSystem7223400SectionValidationByBannerMissing Banner resource while creating a Section. Check referenced Banners in the Section is available."Incomplete Section. All referenced banner IDs must exist."
See Main Project's SubSystem7224500UndoOperationValidationCannot undo as the internal memory is not up-to-date. Please wait a little bit, and retry again"Internal memory version $undoVersion is not up-to-date with actual version $eventStorageVersion for undo operation"
See Main Project's SubSystem7225400SectionValidationByImageMissing Image resource while creating a Section. Check referenced Images in the Section is available."Incomplete Section. All referenced image IDs must exist."

Additional Details and Troubleshooting

  • The subsystem is supposed be replaced with the one from the service using this library during instantiation
  • The library reserves the error code range 7000 - 7999 for itself.