Package com.docusign.androidsdk.exceptions

Types

Link copied to clipboard
class DocuSignNotInitializedException(errorMsg: String) : DSException

Exception thrown when the DocuSign object is accessed without initializing it first

Link copied to clipboard
class DSAuthenticationException(errorMsg: String?) : DSException

Exception thrown during authentication process

Link copied to clipboard
class DSConsumerDisclosureException(errorMsg: String?) : DSException

Exception thrown for consumer disclosure related errors

Link copied to clipboard
class DSEnvelopeException(errorCode: String?, errorMsg: String?) : DSException

Exception thrown for envelope-related errors

Link copied to clipboard
object DSErrorCodes
Link copied to clipboard
object DSErrorMessages
Link copied to clipboard
open class DSException(errorCode: String?, errorMsg: String?) : Exception

A generic DocuSign Exception

Link copied to clipboard
class DSOfflineSigningException(errorMsg: String?) : DSException

Exception thrown during handling offline signing

Link copied to clipboard
class DSRestException(responseCode: Int, errorCode: String?, errorMsg: String?) : DSException

Exception thrown during a REST operation

Link copied to clipboard
class DSSigningException(errorMsg: String?) : DSException

Exception thrown for signing-related errors

Link copied to clipboard
class DSSyncException(errorCode: String?, errorMsg: String?) : DSException

Exception thrown for envelope-sync errors

Link copied to clipboard
class DSTemplateException(errorMsg: String?) : DSException

Exception thrown during handling templates