mirror of
https://github.com/timescale/timescaledb.git
synced 2025-05-21 05:04:32 +08:00
17 lines
417 B
SQL
17 lines
417 B
SQL
-- Defines error codes used
|
|
-- PREFIX IO
|
|
|
|
-- IO000 - GROUP: query errors
|
|
-- IO001 - namespace does not exist
|
|
-- IO002 - field does not exist
|
|
|
|
--IO100 - GROUP: DDL errors
|
|
--IO101 - operation not supported
|
|
--IO102 - no partitioning field for namespace
|
|
--IO103 - unknown index type
|
|
--IO104 - illegal name/identifier.
|
|
|
|
--IO500 - GROUP: internal error
|
|
--IO501 - unexpected state/event
|
|
--IO502 - communication/remote error
|