Playground biometrics demo BioID home page

JobError

All API calls might generate errors. Those are typically reported during the execution of the processing job, but, very unlikely, may also be generated when an exception was caught during processing.

Message definition

message JobError {
    string error_code = 1;
    string message = 2;
}

Messsage fields

error_code
The error-code identifying the reported error message. The code is intended to uniquely identify this error.
message
The error message describing the error. This is a plain text message. It is in english by default.