Skip to content

Consider Typing Errors for Requests with Nil Responses #172

@jamesross3

Description

@jamesross3

There are some error cases for requests where the response is nil; these cases fall outside the scope of the existing error decoder middleware implementation. Examples of errors like this are:

  • dial timeout
  • timeout exceeded while awaiting headers
  • DNS lookup no such host
  • certificate signed by unknown authority

Ideally, CGR provides some methods that enable us to identify these errors (similar to typing conjure errors / attaching status codes to errors)

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