Skip to content

Error Codes

General Errors

CodeMeaning
0Occurs when an error occurs that has not been documented with an error code.

1xxxx Errors

Occurs when a value is invalid.

CodeMeaning
10001Occurs when an invalid YAML file is written.
10002Occurs when the length of a text string is greater than the maximum allowed value.
10003Occurs when the length of a text string is less than the minimum allowed value.
10004Occurs when the length of an array is greater than the maximum allowed value.
10005Occurs when the length of an array is less than the minimum allowed value.
10006Occurs when the data type of the value does not correspond to the required data type.
10007Occurs when the numeric length of a number is greater than the maximum allowed value.
10008Occurs when the numeric length of a number is less than the minimum allowed value.
10009Occurs when a string does not match a regular expression.
10010Occurs when an enumeration does not match the allowed enumerations.

2xxxx Errors

Occur when an unknown structure is encountered.

CodeMeaning
20001Occurs when an unknown top level field is encountered.
20002Occurs when an unknown integrated function is encountered.