@agentix-e/spel-ts - v1.2.2
    Preparing search index...

    Enumeration SpelMessage

    Parallels Spring SpelMessage

    SpEL error message enum with 40+ message definitions. Each entry has a unique error code for positioning and i18n.

    Index
    ARRAY_INDEX_OUT_OF_BOUNDS: 2021

    Array index out of bounds

    BEAN_NOT_FOUND: 2014

    Bean not found: {0}

    BETWEEN_RIGHT_OPERAND: 2034

    Between right operand error

    CANNOT_COMPILE: 2029

    Cannot compile

    CANNOT_POP_HEAD_INDEX: 2019

    Cannot pop head index

    CANNOT_POP_SCOPE: 2018

    Cannot pop scope

    CONSTRUCTOR_INVOCATION_PROBLEM: 2013

    Constructor invocation problem: {0}

    CONSTRUCTOR_NOT_FOUND: 2012

    Constructor not found: {0}

    DIVISION_BY_ZERO: 2025

    Division by zero

    EXCEPTION_DURING_METHOD_INVOCATION: 2008

    Exception during method invocation: {0}

    EXCEPTION_DURING_PROPERTY_READ: 2001

    Error reading property: {0}

    EXCEPTION_DURING_PROPERTY_WRITE: 2024

    Exception during property write

    FLAWED_PATTERN: 2039

    Flawed pattern

    FUNCTION_NOT_FOUND: 2009

    Function not found: {0}

    INCORRECT_NUMBER_OF_ARGUMENTS: 2017

    Incorrect number of arguments

    INDEX_OUT_OF_BOUNDS: 2005

    Index out of bounds

    INDEXING_NOT_SUPPORTED_FOR_TYPE: 2032

    Indexing not supported for type

    INSTANCEOF_NOT_SUPPORTED: 2033

    instanceof not supported

    MAP_KEY_NOT_FOUND: 2006

    Map key not found

    MATCHES_REGEX_FAILED: 2037

    Matches regex failed

    METHOD_NOT_FOUND: 2007

    Method not found: {0}

    MISSING_CONSTRUCTOR_ARGS: 1004

    Constructor missing args

    MISSING_PROJECTION_EXPRESSION: 1006

    Projection missing expression

    MISSING_SELECTION_EXPRESSION: 1005

    Selection missing expression

    MISSING_TERNARY_COLON: 1003

    Ternary missing colon

    NO_CONSTRUCTOR_FOUND: 2030

    No constructor found

    NOT_AN_ARRAY: 2031

    Not an array

    NOT_ASSIGNABLE: 2016

    Not assignable

    NOT_VALID_CHAR: 1002

    Illegal character: {0}

    OODES: 1001

    Parse error: expected {0} but got {1}

    OPERAND_NOT_DECREMENTABLE: 2027

    Operand not decrementable

    OPERAND_NOT_INCREMENTABLE: 2026

    Operand not incrementable

    OPERATOR_NOT_SUPPORTED_BETWEEN_TYPES: 2015

    Operator not supported between types: {0} {1} {2}

    PROBLEM_LOCATING_METHOD: 2023

    Problem locating method

    PROJECTION_NOT_A_COLLECTION: 2036

    Projection is not a collection

    PROJECTION_NOT_SUPPORTED_ON_TYPE: 2020

    Projection not supported on type: {0}

    PROPERTY_OR_FIELD_NOT_READABLE: 2002

    Property not readable: {0}

    PROPERTY_OR_FIELD_NOT_READABLE_ON_NULL: 2004

    Property not readable on null: {0}

    PROPERTY_OR_FIELD_NOT_WRITABLE: 2003

    Property not writable: {0}

    RESULT_OF_SELECTION_CRITERIA: 2035

    Result of selection criteria error

    SAFE_NAVIGATION_NULL: 2038

    Safe navigation null

    SETVALUE_NOT_SUPPORTED: 2028

    setValue not supported

    TYPE_CONVERSION_ERROR: 2022

    Type conversion error

    TYPE_NOT_FOUND: 2011

    Type not found: {0}

    TYPE_REFERENCE_MISSING_PAREN: 1008

    T() missing closing paren

    UNEXPECTED_DATA_AFTER_DOTDOT: 1009

    Unexpected data after ..

    UNTERMINATED_STRING_LITERAL: 1007

    Unterminated string literal

    VARIABLE_NOT_FOUND: 2010

    Variable not found: {0}

    VARIABLE_REFERENCE_EXPECTED: 1010

    Expected variable reference