Value | Meaning |
---|---|
NoError | Everything's fine, nothing to worry about. Other result data passed into callbacks, such as returned handles, may only be used and freed if there is no error. |
MissingRuntimeError | Runtime was destroyed or never created and can therefore not be accessed. |
RuntimeError | An error occurred accessing the runtime. |
InvalidStringError | String with invalid UTF8 content was passed into the function. |
ConfigurationError | Configuration error |
DatabaseError | Database error |
NoRowsLeftInStream | There are no rows left in the stream |
ColumnDecodeError | Column could not be converted in the given type |
ColumnNotFoundError | Column was not found in row |
ColumnIndexOutOfBoundsError | The index in the row was out of bounds |
InvalidDateError | The provided date could not be parsed |
InvalidTimeError | The provided time could not be parsed |
InvalidDateTimeError | The provided datetime could not be parsed |
Representation of all error codes.