Skip to main content
Version: v1

IServerError Interface

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

Signature

export interface IServerError

Properties

Property Type Description
errorMessage string Message describing the server error.

Property Details

errorMessage

Message describing the server error.

Signature

errorMessage: string;

Type: string