new module:model/ConnectLog()
- Source:
Constructs a new ConnectLog
.
Contains information about a Connect log entry.
Members
(inner) accountId :String
- Source:
The account ID associated with the envelope.
Type:
- String
(inner) configUrl :String
- Source:
The web address of the listener or Retrieving Service end point for Connect.
Type:
- String
(inner) connectDebugLog :Array.<module:model/ConnectDebugLog>
- Source:
A complex element containing information about the Connect configuration, error details, date/time, description and payload. This is only included in the response if the query additional_info=true is used.
Type:
- Array.<module:model/ConnectDebugLog>
(inner) connectId :String
- Source:
The identifier for the Connect configuration that failed. If an account has multiple Connect configurations, this value is used to look up the Connect configuration for the failed post.
Type:
- String
(inner) created :String
- Source:
The date and time the entry was created.
Type:
- String
(inner) email :String
- Source:
The email that sent the envelope.
Type:
- String
(inner) envelopeId :String
- Source:
The envelope ID of the envelope status that failed to post.
Type:
- String
(inner) error :String
- Source:
The error that caused the Connect post to fail.
Type:
- String
(inner) failureId :String
- Source:
The failure log ID for the failure.
Type:
- String
(inner) failureUri :String
- Source:
The URI for the failure.
Type:
- String
(inner) lastTry :String
- Source:
The date and time the last attempt to post.
Type:
- String
(inner) logId :String
- Source:
The Connect log ID for the entry.
Type:
- String
(inner) logUri :String
- Source:
The URI for the log item.
Type:
- String
(inner) retryCount :String
- Source:
The number of times the Connect post has been retried.
Type:
- String
(inner) retryUri :String
- Source:
The UEI to retry to publish the Connect failure.
Type:
- String
(inner) status :String
- Source:
The new envelope status for the failed Connect post. The possible values are: Any, Voided, Created, Deleted, Sent, Delivered, Signed, Completed, Declined, TimedOut, Template, or Processing.
Type:
- String
(inner) subject :String
- Source:
The envelope subject.
Type:
- String
(inner) userName :String
- Source:
The name of the envelope sender.
Type:
- String
Methods
(static) constructFromObject(data, obj) → {module:model/ConnectLog}
- Source:
Constructs a ConnectLog
from a plain JavaScript object, optionally creating a new instance.
Copies all relevant properties from data
to obj
if supplied or a new instance if not.
Parameters:
Name | Type | Description |
---|---|---|
data |
Object | The plain JavaScript object bearing properties of interest. |
obj |
module:model/ConnectLog | Optional instance to populate. |
Returns:
The populated ConnectLog
instance.