Exception: Synthra::Errors::ReferenceError

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

Overview

Reference resolution error

Raised when a schema(:Name) reference cannot be resolved.

Examples:

Unknown schema reference

# ReferenceError: Schema "Users" is not defined -> Did you mean: User?

Constant Summary collapse

ERROR_CODE =
"REFERENCE_ERROR"

Constructor Details

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