Enum Code
Defined in File status.h
Enum Documentation
-
enum gpa::status::Code
Values:
-
enumerator kSuccess
Operation completed normally and without error.
-
enumerator kError
Operation completed with a general/unspecified error condition.
-
enumerator kFileNotFound
Operation could not find the specified or required file.
-
enumerator kInvalidArg
One or more arguments are missing or invalid.
-
enumerator kInvalidData
Data was found, but is corrupted or otherwise unreadable.
-
enumerator kSuccess