See Main Project's SubSystem | 501 | 501 | NotImplementedError | The called endpoint is not yet implemented. Check that the installed service version is correct. | message: String? = "Not Implemented" |
See Main Project's SubSystem | 7001 | 400 | MissingRequiredField | | "Missing required $location" |
See Main Project's SubSystem | 7002 | 400 | MalformedField | | "Malformed $locationAndReason" |
See Main Project's SubSystem | 7003 | 400 | InvalidAudienceStatusJson | Error 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 SubSystem | 7004 | 400 | InvalidUuidListJson | Error 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 SubSystem | 7005 | 400 | ValidationFieldLength | Error 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 SubSystem | 7006 | 400 | InvalidLayoutJson | Error 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 SubSystem | 7100 | 404 | ServiceNotFoundCqrs | Missing 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 SubSystem | 7101 | 404 | SectionNotFoundCqrs | Missing 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 SubSystem | 7102 | 404 | TenantNotFound | Requested Tenant does not exist. Check whether respected tenant exists. | "Tenant $tenant not found" |
See Main Project's SubSystem | 7103 | 404 | HomescreenNotFoundCqrs | Missing 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 SubSystem | 7104 | 404 | BannerNotFoundCqrs | Missing Banner resource when requested. Check that the installed service version is correct. | "Banner $bannerId not found" |
See Main Project's SubSystem | 7105 | 400 | GetHomescreenWithAudienceIdAndServiceId | audienceId 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 SubSystem | 7106 | 400 | InvalidSectionContentRequestJson | Exception 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 SubSystem | 7107 | 404 | NonExistingContentUuid | Exception 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 SubSystem | 7108 | 404 | DefaultHomescreenNotFound | Default 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 SubSystem | 7200 | 404 | ServiceNotFound | Missing Service resource when requested. Check requested Service resource is available in the service. | "Service $serviceId on tenant $tenant not found" |
See Main Project's SubSystem | 7201 | 404 | SectionNotFound | Missing Section resource when requested. Check requested Section is available in the service. | "Section $sectionId on tenant $tenant not found" |
See Main Project's SubSystem | 7202 | 404 | UpdateLayoutSectionsNotFound | Missing Section resource while updating a Layout. Check referenced Sections in the Layout is available. | "Sections not found. Ids: ${sections.joinToString(", ")}" |
See Main Project's SubSystem | 7203 | 404 | HomescreenNotFound | Missing Homescreen resource when requested. | "Homescreen $homescreenId on tenant $tenant not found" |
See Main Project's SubSystem | 7204 | 404 | AudienceNotFound | Missing Audience resource when requested. | "Audience $audienceId not found on tenant $tenant" |
See Main Project's SubSystem | 7205 | 404 | HomescreensNotFound | Missing Homescreens resource when requested. | "Homescreen $homescreenIds on tenant $tenant not found" |
See Main Project's SubSystem | 7206 | 400 | DefaultHomescreenCantChangeOrder | Uuids 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 SubSystem | 7207 | 400 | SectionValidation | Missing 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 SubSystem | 7208 | 400 | ServiceValidation | Reports a violation of some condition found during Service validation. Check supplied message. | message: String |
See Main Project's SubSystem | 7209 | 400 | BranchValidation | Validation of Branch fails. Check the response for additional details. | message: String |
See Main Project's SubSystem | 7210 | 404 | BranchNotFound | Requested 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 SubSystem | 7211 | 404 | NoCommandsForUndo | Unable 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 SubSystem | 7212 | 500 | UnexpectedBranchMapEvent | Unhandled event for the BranchMap. Ensure Cqrs event is a valid event, check the response for additional details. | "Unhandled Event $cqrsEvent" |
See Main Project's SubSystem | 7213 | 500 | UnexpectedViewEvent | Unhandled event for the View. Ensure Cqrs event is a valid event, check the response for additional details. | "Unhandled Event $cqrsEvent" |
See Main Project's SubSystem | 7214 | 409 | LiveViewChangesNotSaved | Changes 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 SubSystem | 7215 | 400 | CyclicSectionsValidation | Cyclic 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 SubSystem | 7216 | 400 | SectionValidationBySection | Missing 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 SubSystem | 7217 | 400 | HomescreenValidation | Missing 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 SubSystem | 7218 | 400 | HomescreenAudienceNotFound | Missing 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 SubSystem | 7219 | 400 | HomescreenDefaultExists | Default 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 SubSystem | 7220 | 400 | HomescreenDefaultOperationNotAllowed | Operation 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 SubSystem | 7221 | 400 | BannerImageValidation | Missing 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 SubSystem | 7222 | 400 | BannerServiceValidation | Missing 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 SubSystem | 7223 | 400 | SectionValidationByBanner | Missing 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 SubSystem | 7224 | 500 | UndoOperationValidation | Cannot 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 SubSystem | 7225 | 400 | SectionValidationByImage | Missing Image resource while creating a Section. Check referenced Images in the Section is available. | "Incomplete Section. All referenced image IDs must exist." |