Base error for all Deepgram SDK errors.
@type t() :: %Deepgram.Error.DeepgramError{ __exception__: true, message: String.t(), reason: any() }