PlatformError Class

Packages > @anticrm/foundation > PlatformError

Error object wrapping Status

Signature:

export declare class PlatformError extends Error 

Extends: Error

Constructors

List of constructors for this class
Constructor Modifiers Description
(constructor)(status) Constructs a new instance of the PlatformError class

Properties

List of properties for this class
Property Modifiers Type Description
status Status

Constructors

PlatformError.(constructor)

Constructs a new instance of the PlatformError class

Signature:

constructor(status: Status);

Parameters

List of parameters
Parameter Type Description
status Status

Properties

status

Signature:

readonly status: Status;