CRUD Error Codes and Messages
The following shows some error codes and messages that might be returned.
Code | Message | Description |
---|---|---|
SBL-ODU-00251 |
The requested operation has encountered an error. |
An internal configuration error occurred. This error is rare. |
SBL-ODU-00271 |
Invalid value for the parameter: parameter_name. |
The parameter for the CRUD operation specified a null or empty objectName parameter, a nonexistent objectName (for example, "Acount"), or a null or empty row ID. |
SBL-ODU-57081 |
No records found. |
An operation tried to read a nonexistent record. |
SBL-DAT-00398 |
Field 'field_name' does not exist in definition for business component 'record_type'. Please ask your systems administrator to check your configuration. |
An operation specified a nonexistent field name. |
SBL-DAT-00498 |
'<field>field_name</field>' is a required field. Please enter a value for the field. |
An operation did not specify a value for a field that is required. |
SBL-ODS-50006 |
A record that contains identical values to the record you are trying to create already exists. If you would like to enter a new record, please ensure that the field values are unique. |
An operation tried to create a record that already exists. |