UsageError Class
Error indicating an API is being used improperly resulting in an invalid operation.
Signature
export declare class UsageError extends LoggingError implements IFluidErrorBase
Extends: LoggingError
Implements: IFluidErrorBase
Constructors
Constructor | Description |
---|---|
(constructor)(message) | Constructs a new instance of the UsageError class |
Properties
Property | Type | Description |
---|---|---|
errorType |
Constructor Details
(constructor)
Constructs a new instance of the UsageError
class
Signature
constructor(message: string);
Parameters
Parameter | Type | Description |
---|---|---|
message | string |
Property Details
errorType
Signature
readonly errorType = "usageError";