Skip to content

Split the gateway errors into two enums #283

@pierre-l

Description

@pierre-l

See #282

Instead of relying on a single enum with a continuous error range, split the gateway errors into two enums:

  1. IrrecoverableError, leave it a reasonable range (0..100?)
  2. RecoverableError with the rest of the range (101..256?)

Add tests so that these indices don't change without a good reason (breaking change warnings)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions