Class ErrorResponse
- Namespace
- Tudormobile.Strava.Model
- Assembly
- Tudormobile.Strava.dll
Api Error response record.
public class ErrorResponse
- Inheritance
-
ErrorResponse
- Inherited Members
Properties
Errors
Collection of errors associated with the request.
public Error[] Errors { get; set; }
Property Value
- Error[]
Message
A message summarizing the error.
public string Message { get; set; }