IUsageError Interface
Error indicating an API is being used improperly resulting in an invalid operation.
Signature
export interface IUsageError extends IErrorBase
Extends: IErrorBase
Properties
| Property | Type | Description |
|---|---|---|
| errorType | ContainerErrorType.usageError |
Property Details
errorType
Signature
readonly errorType: ContainerErrorType.usageError;