docs/DeliveryResult.md in messente_api-1.0.1 vs docs/DeliveryResult.md in messente_api-1.0.2
- old
+ new
@@ -5,10 +5,10 @@
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**status** | [**Status**](Status.md) | | [optional]
**channel** | [**Channel**](Channel.md) | | [optional]
**message_id** | **String** | Unique identifier for the message | [optional]
-**error** | **String** | Human-readable description of what went wrong, *null* in case of success or if the messages has not been processed yet | [optional]
+**error** | **String** | Human-readable description of what went wrong, *null* in case of success or if the message has not been processed yet | [optional]
**err** | [**ErrorCodeOmnichannelMachine**](ErrorCodeOmnichannelMachine.md) | | [optional]
**timestamp** | **DateTime** | When this status was received by Omnichannel API | [optional]
## Code Sample