PlatformError Class
Packages > @anticrm/foundation > PlatformError
Error object wrapping Status
Signature:
export declare class PlatformError extends Error
Extends: Error
Constructors
Constructor | Modifiers | Description |
---|---|---|
(constructor)(status) | Constructs a new instance of the PlatformError class |
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
status | Status |
Constructors
PlatformError.(constructor)
Constructs a new instance of the PlatformError
class
Signature:
constructor(status: Status);
Parameters
Parameter | Type | Description |
---|---|---|
status | Status |
Properties
status
Signature:
readonly status: Status;