Interface LocalError

Error message from the local client.

interface LocalError {
    message: string;
    type: "error";
}

Properties

Properties

message: string
type: "error"