Skip to content 

IGenericError Interface

Packages > @fluidframework/container-definitions > IGenericError

Generic wrapper for an unrecognized/uncategorized error object

Signature:

export interface IGenericError extends IErrorBase 

Extends: IErrorBase

Properties

List of properties of this interface
Property Type Description
error any
errorType ContainerErrorType.genericError

Events

error

Signature:

error?: any;

errorType

Signature:

readonly errorType: ContainerErrorType.genericError;