Table of Contents

Class Fault

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

Encapsulates the errors that may be returned from the API.

public class Fault
Inheritance
Fault
Inherited Members

Properties

Errors

The message of the fault.

public Error[] Errors { get; set; }

Property Value

Error[]

Message

The set of specific errors associated with this fault, if any.

public string Message { get; set; }

Property Value

string