Class MatrixError

Construct a generic HTTP error. This is a JavaScript Error with additional information specific to HTTP responses.

Param

The error message to include.

Param

The HTTP response status code.

Hierarchy

Constructors

Properties

Constructors

Properties

errcode?: string
event?: MatrixEvent
httpStatus?: number

The numeric HTTP status code given

url?: string

Generated using TypeDoc