public static fromMap(data as Map<String, Object>) as TestFailure:
Creates a typed failure from parsed JSON data.
data
Typed failure result.
failure = TestFailure.fromMap({"errorType": "TypeError"})