INNER CODE UNIT · JavaScript

FaceAlreadyExistsError

aws-samples/aws-serverless-workshops · ImageProcessing/src/lambda-functions/face-search/index.js:34

function FaceAlreadyExistsError() {
    this.name = "FaceAlreadyExistsError";
    this.message = "Face in the picture is already in the system. ";
}
FaceAlreadyExistsError.prototype = new Error();

View source record →

📰 Research Paper
Loading…
⏳ Fetching content…