Skip to content 

IServerError Interface

Packages > @fluidframework/protocol-definitions > IServerError

General errors returned from the server. May want to add error code or something similar in the future.

Signature:

export interface IServerError 

Properties

List of properties of this interface
Property Type Description
errorMessage string Message describing the server error.

Events

errorMessage

Message describing the server error.

Signature:

errorMessage: string;