| Property | Defined 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 | ||
| badArray | property |
public static var badArray:String = "Bad Array"The bad Array error message.
| badKey | property |
public static var badKey:String = "Bad key"The bad key error message.
| badNumber | property |
public static var badNumber:String = "Bad Number"The bad Number error message.
| badObject | property |
public static var badObject:String = "Bad Object"The bad Object error message.
| badString | property |
public static var badString:String = "Bad String"The bad String error message.
| malFormedHexadecimal | property |
public static var malFormedHexadecimal:String = "mal formed Hexadecimal"The mal formed Hexadecimal error message.
| syntaxError | property |
public static var syntaxError:String = "Syntax Error"The syntax error message.
| unterminatedComment | property |
public static var unterminatedComment:String = "Unterminated Comment"The unterminated comment error message.