OperationResultCodeXdr

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 entries

};

Entries

Link copied to clipboard

inner object result is valid

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Returns a representation of an immutable list of all enum entries, in the order they're declared.

Link copied to clipboard
expect val name: String
Link copied to clipboard
expect val ordinal: Int
Link copied to clipboard
val value: Int

Functions

Link copied to clipboard
fun encode(writer: XdrWriter)
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.