Exception: Synthra::Errors::ApiError

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

Overview

API-level validation error

Raised when there are problems with API definitions.

Examples:

API without scenarios

# ApiError: API GET /users must define at least one scenario

Constant Summary collapse

ERROR_CODE =
"API_ERROR"

Constructor Details

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