Type alias ServerFailureOtherRejection

ServerFailureOtherRejection: {
    reason: "ServerFailureOther";
    reason_data: {
        message: string;
    };
} & BaseRejection

Type declaration

  • reason: "ServerFailureOther"
  • reason_data: {
        message: string;
    }
    • message: string

Generated using TypeDoc