Error: {
    error: string;
    status?: "error";
    [key: string]: unknown;
}

Type declaration

  • [key: string]: unknown
  • error: string

    Error message

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