Exception: Synthra::Errors::TypeError

Inherits:
ValidationError show all
Defined in:
lib/synthra/errors.rb

Overview

Type-level validation error

Raised when type definitions have invalid syntax or unknown types.

Examples:

Invalid array syntax

# TypeError: Arrays can only be created from schema references

Constant Summary collapse

ERROR_CODE =
"TYPE_ERROR"

Constructor Details

This class inherits a constructor from Synthra::Errors::ValidationError