@camunda8/sdk
    Preparing search index...

    Class HTTPError

    Hierarchy

    • HTTPError
      • HTTPError

    Implements

    Index

    Constructors

    • Parameters

      • __namedParameters: { message: string; method?: string; response: Response<unknown>; url?: string }

      Returns HTTPError

    Properties

    detail: string
    instance: string
    method: undefined | string
    originalMessage: string
    status: number
    statusCode: number
    title: string
    type: "about:blank" = ...
    url: undefined | string