Error returned from a snap request

interface SnapError {
    data?: SnapErrorData;
    message: string;
}

Properties

Properties

message: string