# Errors {}

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