1using System.Runtime.Serialization;
7 [APITypeAlias(
"Error")]
10 #region Public Properties
18 #endregion Public Properties
24 return "\"message\": " + (
message ==
null ?
"(null)" :
"\"" +
message +
"\"") +
Base class used by all types and resources.
Describes a collection of resources which can be listed.
Used to deserialize server error messages.
string message
The server-provided error message.
string traceback
The server-provided error traceback.
override string ToString()
Creates and returns a string representation of a ServerError.