UPLOAD_ERROR_DETAILS_MAP_KEY

Keys to retrieve details about the UPLOAD_ERROR event.

public class UPLOAD_ERROR_DETAILS_MAP_KEY

Properties

ERROR_OBJECT
Link copied to clipboard

Error object key in the details map. Value type is Throwable .

public static String ERROR_OBJECT
MESSAGE
Link copied to clipboard

Error message key in the details map. Value type is String .

public static String MESSAGE