AtClientException constructor

AtClientException(
  1. String? errorCode,
  2. String? errorMessage
)

Implementation

AtClientException(this.errorCode, this.errorMessage);