Skip to content

Commit

Permalink
Sync errors
Browse files Browse the repository at this point in the history
  • Loading branch information
fantix committed Oct 17, 2023
1 parent 77b41b9 commit b31d911
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions edgedb-errors/src/kinds.rs
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,9 @@ define_errors![
(struct AuthenticationError, 0x07010000u32, 0x00000000),
(struct AvailabilityError, 0x08000000u32, 0x00000000),
(struct BackendUnavailableError, 0x08000001u32, 0x00000002),
(struct ServerOfflineError, 0x08000002u32, 0x00000003),
(struct UnknownTenantError, 0x08000003u32, 0x00000003),
(struct ServerBlockedError, 0x08000004u32, 0x00000000),
(struct BackendError, 0x09000000u32, 0x00000000),
(struct UnsupportedBackendFeatureError, 0x09000100u32, 0x00000000),
(struct LogMessage, 0xF0000000u32, 0x00000000),
Expand Down

0 comments on commit b31d911

Please sign in to comment.