Operation Result Code Xdr
XDR Source: enum OperationResultCode { opINNER = 0, // inner object result is valid
opBAD_AUTH = -1, // too few valid signatures / wrong network
opNO_ACCOUNT = -2, // source account was not found
opNOT_SUPPORTED = -3, // operation not supported at this time
opTOO_MANY_SUBENTRIES = -4, // max number of subentries already reached
opEXCEEDED_WORK_LIMIT = -5, // operation did too much work
opTOO_MANY_SPONSORING = -6 // account is sponsoring too many entriesContent copied to clipboard
};
Entries
Link copied to clipboard
too few valid signatures / wrong network
Link copied to clipboard
source account was not found
Link copied to clipboard
operation not supported at this time
Link copied to clipboard
max number of subentries already reached
Link copied to clipboard
operation did too much work
Link copied to clipboard
account is sponsoring too many entries
Properties
Functions
Link copied to clipboard
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
Link copied to clipboard
Returns an array containing the constants of this enum type, in the order they're declared.