Thrown when the requested resource has been found, but the action could not be executed as the respective bucket was not been found or was not configured

Hierarchy (view full)

Constructors

Properties

body: APIBody
message: string
name: string
stack?: string
statusCode: number
type: ErrorType = ErrorType.HTTP_REQUEST_ERROR
prepareStackTrace?: ((err: Error, stackTraces: CallSite[]) => any)

Optional override for formatting stack traces

stackTraceLimit: number

Methods

  • Create .stack property on a target object

    Parameters

    • targetObject: object
    • OptionalconstructorOpt: Function

    Returns void