# Errors {}

- [Overview](/error/errors/overview.md): The \`Errors\` object
- [Generic type variables](/error/errors/generic-type-variables.md): The \`Errors\` generic type variables
- [Constructor](/error/errors/constructor.md): Creates the \`Errors\` instance of unique identification numbers under which the \`Error\` objects are stored
- [Methods](/error/errors/methods.md): The \`Errors\` object methods
- [get()](/error/errors/methods/get.md): Returns the \`Error\` instance of the given unique identification
- [getErrors()](/error/errors/methods/geterrors.md): The method returns the object of set errors
- [set()](/error/errors/methods/set.md): Sets the \`Error\` object under the given \`id\`
- [Example usage](/error/errors/example-usage.md): The \`Errors\` object example usage
