ErrorCode

Enum indicating the cause of an error.

Entries

Link copied to clipboard

The provided token for this SDK is invalid or couldn't be checked.

Link copied to clipboard

The provided session code is invalid.

Link copied to clipboard

The provided session code has already expired.

Link copied to clipboard

The provided session code is already closed.

Link copied to clipboard

At least one of the provided files can't be read.

Link copied to clipboard

shareFiles() is not allowed by access control settings.

Link copied to clipboard

At least one of the provided files exceeds the maximum file size limit.

Link copied to clipboard

shareFiles() exceeds the maximum file limit.

Link copied to clipboard

Any kind of connection problem.

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
Link copied to clipboard

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.