Class Message
Implements
Inherited Members
Namespace: EasyPost.Models.API
Assembly: EasyPost.dll
Syntax
public class Message : EasyPostObject, IEasyPostObject
Properties
| Improve this Doc View SourceCarrier
The name of the carrier producing the error.
Declaration
public string? Carrier { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.String> |
CarrierAccountId
The account ID of the carrier producing the error. Useful if you have multiple accounts with the same carrier.
Declaration
public string? CarrierAccountId { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.String> |
Text
The text from the carrier explaining the problem.
Declaration
public string? Text { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.String> |
Type
The category of error that occurred.
Declaration
public string? Type { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.String> |