Interface ActionError

Error message that can be returned from an Actions API

interface ActionError {
    message: string;
}

Properties

Properties

message: string

simple error message to be displayed to the user