Packagevegas.string.json
Classpublic class strings

The string messages used in the eden class.



Public Properties
 PropertyDefined by
  badArray : String = "Bad Array"
[static] The bad Array error message.
strings
  badKey : String = "Bad key"
[static] The bad key error message.
strings
  badNumber : String = "Bad Number"
[static] The bad Number error message.
strings
  badObject : String = "Bad Object"
[static] The bad Object error message.
strings
  badString : String = "Bad String"
[static] The bad String error message.
strings
  malFormedHexadecimal : String = "mal formed Hexadecimal"
[static] The mal formed Hexadecimal error message.
strings
  syntaxError : String = "Syntax Error"
[static] The syntax error message.
strings
  unterminatedComment : String = "Unterminated Comment"
[static] The unterminated comment error message.
strings
Property detail
badArrayproperty
public static var badArray:String = "Bad Array"

The bad Array error message.

badKeyproperty 
public static var badKey:String = "Bad key"

The bad key error message.

badNumberproperty 
public static var badNumber:String = "Bad Number"

The bad Number error message.

badObjectproperty 
public static var badObject:String = "Bad Object"

The bad Object error message.

badStringproperty 
public static var badString:String = "Bad String"

The bad String error message.

malFormedHexadecimalproperty 
public static var malFormedHexadecimal:String = "mal formed Hexadecimal"

The mal formed Hexadecimal error message.

syntaxErrorproperty 
public static var syntaxError:String = "Syntax Error"

The syntax error message.

unterminatedCommentproperty 
public static var unterminatedComment:String = "Unterminated Comment"

The unterminated comment error message.