Table of Contents

Class Error

Namespace
Tudormobile.Strava.Model
Assembly
Tudormobile.Strava.dll

Strava API Error.

public class Error
Inheritance
Error
Inherited Members

Properties

Code

The code associated with this error.

public string Code { get; set; }

Property Value

string

Field

The specific field or aspect of the resource associated with this error.

public string Field { get; set; }

Property Value

string

Resource

The type of resource associated with this error.

public string Resource { get; set; }

Property Value

string