Variable BTAppElementErrorCodeConst

BTAppElementErrorCode: {
    InconsistentChanges: "INCONSISTENT_CHANGES";
    NotFound: "NOT_FOUND";
    Ok: "OK";
    TransactionConflict: "TRANSACTION_CONFLICT";
} = ...

Export

Type declaration

  • Readonly InconsistentChanges: "INCONSISTENT_CHANGES"
  • Readonly NotFound: "NOT_FOUND"
  • Readonly Ok: "OK"
  • Readonly TransactionConflict: "TRANSACTION_CONFLICT"

Generated using TypeDoc