Exception: Synthra::Errors::SchemaError

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

Overview

Schema-level validation error

Raised when there are problems with schema definitions.

Examples:

Duplicate schema names

# SchemaError: Duplicate schema "User" -> Defined again at line 15

Constant Summary collapse

ERROR_CODE =
"SCHEMA_ERROR"

Constructor Details

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