| Package | system.serializers.eden |
| Class | public class strings |
| Inheritance | strings Object |
| Property | Defined By | ||
|---|---|---|---|
| doesNotExist : String = "{0}" does not exists [static]
"{0}" does not exists
| strings | ||
| errorArray : String = bad array (unterminated array) [static]
Bad array (unterminated array)
| strings | ||
| errorComment : String = syntax error (comment) [static]
Syntax error (comment)
| strings | ||
| errorConstructor : String = bad constructor [static] | strings | ||
| errorFunction : String = bad function [static]
Bad function
| strings | ||
| errorIdentifier : String = bad identifier [static]
Bad identifier. | strings | ||
| errorKeyword : String = syntax error [static]
Syntax error
| strings | ||
| errorLineTerminator : String = bad string (found line terminator in string) [static]
Bad string (found line terminator in string)
| strings | ||
| errorNumber : String = bad number (not finite) [static]
Bad number (not finite)
| strings | ||
| errorObject : String = bad object (unterminated object) [static]
Bad object (unterminated object)
| strings | ||
| errorString : String = bad string (unterminated string) [static]
Bad string (unterminated string)
| strings | ||
| extRefDoesNotExist : String = external reference "{0}" does not exists [static]
External reference "{0}" does not exists
| strings | ||
| futurReservedKeyword : String = "{0}" is a future reserved keyword [static]
"{0}" is a future reserved keyword. | strings | ||
| malformedHexadecimal : String = bad number (malformed hexadecimal) [static]
Bad number (malformed hexadecimal)
| strings | ||
| notAuthorizedConstructor : String = "{0}" is not an authorized constructor [static]
"{0}" is not an authorized constructor
| strings | ||
| notAuthorizedExternalReference : String = "{0}" is not an authorized external reference [static]
"{0}" is not an authorized external reference
| strings | ||
| notAuthorizedFunction : String = "{0}" is not an authorized function [static]
"{0}" is not an authorized function
| strings | ||
| notAuthorizedPath : String = "{0}" is not an authorized path [static]
"{0}" is not an authorized path
| strings | ||
| notFunctionCallAllowed : String = function call "{0}( {1} )"is not allowed [static]
function call "{0}( {1} )"is not allowed
| strings | ||
| notValidConstructor : String = "{0}" is not a valid constructor [static]
"{0}" is not a valid constructor. | strings | ||
| notValidFunction : String = "{0}" is not a valid function [static]
"{0}" is not a valid function
| strings | ||
| notValidPath : String = "{0}" is not a valid path [static]
"{0} is not a valid path
| strings | ||
| pairIsIgnored : String = name "{0}" is not a string, pair[{1},{2}] is ignored [static]
Name "{0}" is not a string, pair[{1},{2}] is ignored
| strings | ||
| requirePairValue : String = multiSerialize require pairs of values [static]
MultiSerialize require pairs of values. | strings | ||
| reservedKeyword : String = "{0}" is a reserved keyword [static]
"{0}" is a reserved keyword. | strings | ||
| unterminatedComment : String = unterminated comment [static]
Unterminated comment. | strings | ||
| doesNotExist | property |
public static var doesNotExist:String = "{0}" does not exists"{0}" does not exists
| errorArray | property |
public static var errorArray:String = bad array (unterminated array)Bad array (unterminated array)
| errorComment | property |
public static var errorComment:String = syntax error (comment)Syntax error (comment)
| errorConstructor | property |
public static var errorConstructor:String = bad constructor| errorFunction | property |
public static var errorFunction:String = bad functionBad function
| errorIdentifier | property |
public static var errorIdentifier:String = bad identifierBad identifier.
| errorKeyword | property |
public static var errorKeyword:String = syntax errorSyntax error
| errorLineTerminator | property |
public static var errorLineTerminator:String = bad string (found line terminator in string)Bad string (found line terminator in string)
| errorNumber | property |
public static var errorNumber:String = bad number (not finite)Bad number (not finite)
| errorObject | property |
public static var errorObject:String = bad object (unterminated object)Bad object (unterminated object)
| errorString | property |
public static var errorString:String = bad string (unterminated string)Bad string (unterminated string)
| extRefDoesNotExist | property |
public static var extRefDoesNotExist:String = external reference "{0}" does not existsExternal reference "{0}" does not exists
| futurReservedKeyword | property |
public static var futurReservedKeyword:String = "{0}" is a future reserved keyword"{0}" is a future reserved keyword.
| malformedHexadecimal | property |
public static var malformedHexadecimal:String = bad number (malformed hexadecimal)Bad number (malformed hexadecimal)
| notAuthorizedConstructor | property |
public static var notAuthorizedConstructor:String = "{0}" is not an authorized constructor"{0}" is not an authorized constructor
| notAuthorizedExternalReference | property |
public static var notAuthorizedExternalReference:String = "{0}" is not an authorized external reference"{0}" is not an authorized external reference
| notAuthorizedFunction | property |
public static var notAuthorizedFunction:String = "{0}" is not an authorized function"{0}" is not an authorized function
| notAuthorizedPath | property |
public static var notAuthorizedPath:String = "{0}" is not an authorized path"{0}" is not an authorized path
| notFunctionCallAllowed | property |
public static var notFunctionCallAllowed:String = function call "{0}( {1} )"is not allowedfunction call "{0}( {1} )"is not allowed
| notValidConstructor | property |
public static var notValidConstructor:String = "{0}" is not a valid constructor"{0}" is not a valid constructor.
| notValidFunction | property |
public static var notValidFunction:String = "{0}" is not a valid function"{0}" is not a valid function
| notValidPath | property |
public static var notValidPath:String = "{0}" is not a valid path"{0} is not a valid path
| pairIsIgnored | property |
public static var pairIsIgnored:String = name "{0}" is not a string, pair[{1},{2}] is ignoredName "{0}" is not a string, pair[{1},{2}] is ignored
| requirePairValue | property |
public static var requirePairValue:String = multiSerialize require pairs of valuesMultiSerialize require pairs of values.
| reservedKeyword | property |
public static var reservedKeyword:String = "{0}" is a reserved keyword"{0}" is a reserved keyword.
| unterminatedComment | property |
public static var unterminatedComment:String = unterminated commentUnterminated comment.