Options
All
  • Public
  • Public/Protected
  • All
Menu

Class BitmovinError

Hierarchy

  • Error
    • BitmovinError

Index

Constructors

constructor

  • new BitmovinError(message: string, httpStatusCode: number, shortMessage: string, developerMessage: undefined | string, requestId: undefined | string, errorCode: undefined | number, details: Message[], links: Link[]): BitmovinError
  • Parameters

    • message: string
    • httpStatusCode: number
    • shortMessage: string
    • Optional developerMessage: undefined | string
    • Optional requestId: undefined | string
    • Optional errorCode: undefined | number
    • Optional details: Message[]
    • Optional links: Link[]

    Returns BitmovinError

Properties

Optional details

details: Message[]

Optional developerMessage

developerMessage: undefined | string

Optional errorCode

errorCode: undefined | number

httpStatusCode

httpStatusCode: number

Optional links

links: Link[]

message

message: string

name

name: string

Optional requestId

requestId: undefined | string

shortMessage

shortMessage: string

Optional stack

stack: undefined | string

Static Error

Error: ErrorConstructor

Generated using TypeDoc