Errors and Error Handling
For CRUD operations, the errors object specifies null or an array of objects in the following format:
{
fac : "SBL-ODU-MSG_NUMBER", // error code
msg : "MSG_TEXT" // error message
}
For example, for response.errors[0]:
{
fac : "SBL-ODU-00271",
msg : "Invalid value for the parameter:objectName."
}