errorCode property

DArgon2ErrorCode errorCode
final

The enumerated error code type, giving a brief error description.

The type is directly related to the error types in the C Argon2 Library, and the use of an enum allows users to compare the errors easily

Implementation

final DArgon2ErrorCode errorCode;