@health-samurai/aidbox-client
    Preparing search index...

    Class ErrorResponse

    An error indicating an unknown errornous response from the server.

    Thrown from client.rawRequest on any non-successful response code.

    Only thrown from client.request on any non-success code if response body isn't an OperationOutcome.

    Hierarchy

    • Error
      • ErrorResponse
    Index

    Constructors

    Properties

    responseWithMeta: ResponseWithMeta
    cause?: unknown
    name: string
    message: string
    stack?: string