The error package basic concepts
A potential solution to the described problem.
A link that refers to the potential solution of the problem.
The error message that is built from the required problem, fix and optional range, type on the template.
The problem that causes an error to be thrown.
The minimum and maximum range that causes the RangeError to be or not to be thrown.
RangeError
A template for the message error with replaceable variable tags.
The type that causes the TypeError to be or not to be thrown.
TypeError
The unique identification of the error help finds a solution. It's based on a generic type variable to get the exact type.
Last updated 2 years ago