Skip to content

Augment ErrorResponse with "transient vs. permanent" flag #293

Description

@oe7hie5u

Current Behavior

The only way to find out whether a specific request can be retried unchanged is to consult the documentation and go through an extensive if/else analysis on the fly, this is unreliable and prone to break as API evolves.

Desired Behavior

Please consider adding a flag to ErrorResponse that would indicate whether the current request can be retried later without changes, or that it cannot be fulfilled with current arguments at all and needs to be modified.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions