Type alias PhoenixErrorReply

PhoenixErrorReply: {
    response: {
        [key: string]: any;
    } | string;
    status: "error";
}

Type declaration

  • response: {
        [key: string]: any;
    } | string
  • status: "error"

Generated using TypeDoc