Class RawResponseContainer
Container class used to encapsulate any API errors.
Inheritance
System.Object
RawResponseContainer
Namespace: Den.Dev.Grunt.Models
Assembly: Den.Dev.Grunt.dll
Syntax
[[System.Runtime.CompilerServices.Nullable(0)]]
[[System.Runtime.CompilerServices.NullableContext(2)]]
public class RawResponseContainer
Constructors
Name | Description |
---|---|
RawResponseContainer() |
Properties
Name | Description |
---|---|
Code | Gets or sets the HTTP error code produced by the API. |
Message | Gets or sets the message returned by the API. If the request is successful, the message is the response in raw format. |