Enumeration
GcrDataError
since: 3
Description [src]
Values responding to error codes for parsing and serializing data.
Available since: 3
Members
- GCR_ERROR_FAILURE
- 
            Failed to parse or serialize the data. - Value: -1
- Nickname: None
- Available since: 3
 
- Value: 
- GCR_ERROR_UNRECOGNIZED
- 
            The data was unrecognized or unsupported. - Value: 1
- Nickname: None
- Available since: 3
 
- Value: 
- GCR_ERROR_CANCELLED
- 
            The operation was cancelled. - Value: 2
- Nickname: None
- Available since: 3
 
- Value: 
- GCR_ERROR_LOCKED
- 
            The data was encrypted or locked and could not be unlocked. - Value: 3
- Nickname: None
- Available since: 3
 
- Value: