Error: {
    error: string;
    status?: "error";
}

Type declaration

  • error: string

    Error message

  • Optionalstatus?: "error"
{
"error": "format_text must be a Boolean"
}