Error message from an interaction.

interface Error {
    code?: string;
    message?: string;
}

Properties

Properties

code?: string

A URI that identifies the error type.

message?: string

A human-readable error message.