Enumeration

ArrowError

Declaration

error-domain Arrow.Error

Description [src]

The error codes are used by all arrow-glib functions.

They are corresponding to arrow::Status values.

Members

GARROW_ERROR_OUT_OF_MEMORY

Out of memory error.

  • Value: 1
  • Available since: 24.0
GARROW_ERROR_KEY

Key error.

  • Value: 2
  • Available since: 24.0
GARROW_ERROR_TYPE

Type error.

  • Value: 3
  • Available since: 24.0
GARROW_ERROR_INVALID

Invalid value error.

  • Value: 4
  • Available since: 24.0
GARROW_ERROR_IO

IO error.

  • Value: 5
  • Available since: 24.0
GARROW_ERROR_CAPACITY

Capacity error.

  • Value: 6
  • Available since: 24.0
GARROW_ERROR_INDEX

Index error.

  • Value: 7
  • Available since: 24.0
GARROW_ERROR_UNKNOWN

Unknown error.

  • Value: 9
  • Available since: 24.0
GARROW_ERROR_NOT_IMPLEMENTED

The feature is not implemented.

  • Value: 10
  • Available since: 24.0
GARROW_ERROR_SERIALIZATION

Serialization error.

  • Value: 11
  • Available since: 24.0
GARROW_ERROR_CODE_GENERATION

Error generating code for expression evaluation in Gandiva.

  • Value: 40
  • Available since: 24.0
GARROW_ERROR_EXPRESSION_VALIDATION

Validation errors in expression given for code generation.

  • Value: 41
  • Available since: 24.0
GARROW_ERROR_EXECUTION

Execution error while evaluating the expression against a record batch.

  • Value: 42
  • Available since: 24.0
GARROW_ERROR_ALREADY_EXISTS

Item already exists error.

  • Value: 45
  • Available since: 24.0

Type functions

garrow_error_quark
No description available.