# DataCreationResult

The parameter passed to the createPDF or createWebArchivecallback.

Availability
9.2.0
Extends
Object

NOTE

This is an abstract type. Any object of this structure can be used where this type is used.

# Properties

# data

Availability
9.2.0

The created data.


# error

Availability
9.2.0
error :String

Error message, if any returned.

May be undefined.


# success

Availability
9.2.0
success :Boolean

Indicates if the data creation successful or not.

Returns true on successful creation, otherwise false.