RecordingErrorCode enum
Local recording error code
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
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.