ServiceError.Details property
Error details, like stack trace etc. Normally, this is only returned in development mode.
public string Details { get; set; }
See Also
- class ServiceError
Error details, like stack trace etc. Normally, this is only returned in development mode.
public string Details { get; set; }