Class SkillHttpError<T>

Type parameters

  • T = unknown

Hierarchy

Index

Constructors

constructor

Properties

Optional code

code: string

code is the HTTP status or error code.

errorMessage

errorMessage: string

errorMessage is extra information about the error that occurred. Additionally, response.data may have more information.

message

message: string

name

name: string

Optional response

response: SkillHttpResponse<T>

response is the response content for the erred request.

Optional stack

stack: string

Static Error

Error: ErrorConstructor

Generated using TypeDoc