Package com.docusign.androidsdk.exceptions
Types
Link copied to clipboard
Exception thrown when the DocuSign object is accessed without initializing it first
Link copied to clipboard
Exception thrown during authentication process
Link copied to clipboard
Exception thrown for consumer disclosure related errors
Link copied to clipboard
class DSEnvelopeException(errorCode: String?, errorMsg: String?) : DSException
Content copied to clipboard
Exception thrown for envelope-related errors
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open class DSException(errorCode: String?, errorMsg: String?) : Exception
Content copied to clipboard
A generic DocuSign Exception
Link copied to clipboard
Exception thrown during handling offline signing
Link copied to clipboard
class DSRestException(responseCode: Int, errorCode: String?, errorMsg: String?) : DSException
Content copied to clipboard
Exception thrown during a REST operation
Link copied to clipboard
Exception thrown for signing-related errors
Link copied to clipboard
class DSSyncException(errorCode: String?, errorMsg: String?) : DSException
Content copied to clipboard
Exception thrown for envelope-sync errors
Link copied to clipboard
Exception thrown during handling templates