@fluidframework/container-utils Package
Packages > @fluidframework/container-utils
Classes
Class | Description |
---|---|
DataCorruptionError | |
GenericError | Generic error |
Functions
Function | Description |
---|---|
CreateContainerError(error) | Convert the error into one of the error types. |
Functions
CreateContainerError
Convert the error into one of the error types.
Signature:
export declare function CreateContainerError(error: any): ICriticalContainerError;
Parameters
Parameter | Type | Description |
---|---|---|
error | any | Error to be converted. |
Returns: