ErrorCode
Enum indicating the cause of an error.
Entries
The provided token for this SDK is invalid or couldn't be checked.
The provided session code is invalid.
The provided session code has already expired.
The provided session code is already closed.
At least one of the provided files can't be read.
shareFiles() is not allowed by access control settings.
At least one of the provided files exceeds the maximum file size limit.
shareFiles() exceeds the maximum file limit.
Any kind of connection problem.
Properties
Functions
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.)
Returns an array containing the constants of this enum type, in the order they're declared.