| Value | Meaning |
|---|---|
| OutOfMemory1 | Out of memory error. |
| Key2 | Key error. |
| Type3 | Type error. |
| Invalid4 | Invalid value error. |
| Io5 | IO error. |
| Capacity6 | Capacity error. |
| Index7 | Index error. |
| Unknown9 | Unknown error. |
| NotImplemented10 | The feature is not implemented. |
| Serialization11 | Serialization error. |
| CodeGeneration40 | Error generating code for expression evaluation in Gandiva. |
| ExpressionValidation41 | Validation errors in expression given for code generation. |
| Execution42 | Execution error while evaluating the expression against a record batch. |
| AlreadyExists45 | Item already exists error. |
The error codes are used by all arrow-glib functions.
They are corresponding to arrow::Status values.