Skip to content

Error Codes

David Phillips edited this page Apr 18, 2016 · 18 revisions

In addition to providing named error strings, Presto maps error codes onto integers for use with APIs like JDBC's SQLException that require an integer.

Each connector is allocated its own 16-bit range of error codes.

Connector Error Code Range
Hive 0x0100
Base JDBC 0x0101
Decoder 0x0102
Kafka 0x0103
Raptor 0x0104
Clone this wiki locally