Error codes
A list of error codes you might encounter in Skedulo Platform.
This article contains the error codes you can encounter in Skedulo Platform and their meanings.
Generic
Code | Meaning |
---|---|
unknown |
An unknown error has occurred. Usually, these codes are used when we haven’t yet implemented error codes in the given area. |
UI Crud
Code | Variances | Meaning |
---|---|---|
XNotFound |
DataSchemaNotFound DataSchemaFieldOverlayNotFound DataSchemaRelationshipOverlayNotFound FilterNotFound ListNotFound NavNotFound ResourceNotFound TemplateNotFound ValidationNotFound ViewOverrideNotFound |
The given configuration/document does not exist. |
XKeyAlreadyExists |
DataSchemaKeyAlreadyExists DataSchemaFieldOverlayKeyAlreadyExists DataSchemaRelationshipOverlayKeyAlreadyExists FilterKeyAlreadyExists ListKeyAlreadyExists NavKeyAlreadyExists ResourceKeyAlreadyExists TemplateKeyAlreadyExists ValidationKeyAlreadyExists ViewOverrideKeyAlreadyExists |
The unique key/constraint for the given configuration/document already exists within the given namespace. |
UI API
Code | Meaning |
---|---|
UnknownBulkAction |
The bulk action specified doesn’t exist. |
AccessDenied |
You do not have permission to perform the given action. More information can be found in the error message. |
InvalidReferenceId |
Returned during data validation when validating a reference field but the given record ID is missing/blank. |
FieldNotUnique |
Returned during data validation when checking if a field is unique but a duplicate is found. |
Query API
Code | Meaning |
---|---|
GetAllTenantMetadataFailed |
Returned from the MetadataClient when we are unable to get a list of all objects/metadata from the custom/metadata Skedulo API. |
GetObjectMetadataFailed |
Returned from the MetadataClient when we are unable to get a list of object fields/metadata from the custom/metadata/{mapping} Skedulo API. |
RecordNotFound |
Returned from the getObject endpoint when the given record ID is not found. |
QueryMultipleExecutionFailed |
Something went wrong while querying a list of records. The error could not be any more specific. |
QuerySingleExecutionFailed |
Something went wrong while querying a single record. The error could not be any more specific. |
ValidationFailed |
Returned from the createObject and updateObject endpoints when the given record data fails validation. |
Feedback
Was this page helpful?
Glad to hear it! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.