Class AttributeError
Inherited Members
Namespace: Crowdin.Api
Assembly: Crowdin.Api.dll
Syntax
[PublicAPI]
public class AttributeError
Properties
| Edit this page View SourceCode
Declaration
[JsonProperty("code")]
public string Code { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Message
Declaration
[JsonProperty("message")]
public string Message { get; set; }
Property Value
| Type | Description |
|---|---|
| string |