codeValue property

  1. @Deprecated("Errors of SyncError subclasses will be created base on the error code. Error codes won't be returned anymore.")
int codeValue

The numeric code value indicating the type of the sync error.

Implementation

@Deprecated("Errors of SyncError subclasses will be created base on the error code. Error codes won't be returned anymore.")
int get codeValue => code.code;