Package version:

Interface FaceErrorResponseOutput

A response containing error details.

interface FaceErrorResponseOutput {
    error: FaceErrorOutput;
}

Properties

Properties

The error object.