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

PropertyTypeDescription
errorMessagestringMessage describing the server error.

Property Details

errorMessage

Message describing the server error.

Signature

errorMessage: string;

Type: string