NAME

JSON::Structure::ErrorCodes - Standardized error codes for JSON Structure validation

DESCRIPTION

This module defines standardized error codes for JSON Structure validation. These codes are consistent across all SDK implementations.

FUNCTIONS

format_error_message($code, %params)

Formats an error message with the given parameters.

my $message = format_error_message(SCHEMA_TYPE_INVALID, typeName => 'foo');
# Returns: "Invalid type: 'foo'"

AUTHOR

JSON Structure Project

LICENSE

MIT License