RecordingErrorCode enum

Local recording error code

Inheritance

Constructors

RecordingErrorCode()
const

Values

ok → const RecordingErrorCode

Recording normally.

noPermission → const RecordingErrorCode

No file write permission.

notSupport → const RecordingErrorCode

The current version of the SDK does not provide local recording function, please contact technical support.

noOther → const RecordingErrorCode

Other exceptions.

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

values → const List<RecordingErrorCode>
A constant List of the values in this enum, in order of their declaration.