Options
All
  • Public
  • Public/Protected
  • All
Menu

Type Parameters

  • E

Hierarchy

  • Error
    • SdkApiError

Index

Constructors

Properties

Constructors

  • new SdkApiError<E>(message: string, status: number, body: E): SdkApiError<E>
  • Type Parameters

    • E

    Parameters

    • message: string
    • status: number
    • body: E

    Returns SdkApiError<E>

Properties

body: E
name: string = "SdkApiError"
status: number