Table of Contents

Class FloorPlansAutoLocateJobsResponseJobError

Namespace
Meraki.Api.Data
Assembly
Meraki.Api.dll

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

string

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; }

Property Value

string