Package version:

The error object. For comprehensive details on error codes and messages returned by the Face Service, please refer to the following link: https://aka.ms/face-error-codes-and-messages.

interface FaceErrorOutput {
    code: string;
    message: string;
}

Properties

Properties

code: string

One of a server-defined set of error codes.

message: string

A human-readable representation of the error.