TGError
enum TGError {}
Error statuses from Tangram
-
No Error
Declaration
Objective-C
TGErrorNoneSwift
case none = 0 -
The path of the scene update was not found on the scene file
Declaration
Objective-C
TGErrorSceneUpdatePathNotFoundSwift
case sceneUpdatePathNotFound = 1 -
The YAML syntax of the scene udpate path has a syntax error
Declaration
Objective-C
TGErrorSceneUpdatePathYAMLSyntaxErrorSwift
case sceneUpdatePathYAMLSyntaxError = 2 -
The YAML syntax of the scene update value has a syntax error
Declaration
Objective-C
TGErrorSceneUpdateValueYAMLSyntaxErrorSwift
case sceneUpdateValueYAMLSyntaxError = 3 -
No valid scene was loaded (and on tries to update the scene)
Declaration
Objective-C
TGErrorNoValidSceneSwift
case noValidScene = 4 -
An error code for markers
Declaration
Objective-C
TGErrorMarkerSwift
case marker = 5
View on GitHub
TGError Enumeration Reference
