Class FloorPlansAutoLocateJobsResponseJobError
Floor Plan Auto Locate Jobs Response Job Error
[DataContract]
public class FloorPlansAutoLocateJobsResponseJobError
- Inheritance
-
FloorPlansAutoLocateJobsResponseJobError
- Inherited Members
Properties
Source
The step of the auto locate process when the error occurred. Possible values: 'gnss', 'ranging', 'positioning'
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "source")]
public string Source { get; set; }
Property Value
Type
The type of error that occurred. Possible values: 'failure', 'no neighbors', 'missing anchors', 'wrong anchors', 'calculation failure', 'scheduling failure'
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "type")]
public string Type { get; set; }