Class: NonUniqueKeyError

system.errors. NonUniqueKeyError


new NonUniqueKeyError( [message] [, fileName] [, lineNumber])

Thrown when a key is non unique.

Thrown when a key is non unique.

Parameters:
Name Type Argument Description
message string <optional>

Human-readable description of the error.

fileName string <optional>

Human-readable description of the error.

lineNumber string <optional>

Human-readable description of the error.

Extends

  • Error