Exception: AGIInitializeError

Inherits:
AGIError
  • Object
show all
Defined in:
lib/AGIExceptions.rb

Overview

AGIInitializeError significes that the AGI has been instructed to initialize a channel which had previously been reinitialized. If this is actually intended, it can be accomplished by first calling reinit, which will reset channel parameters beforehand.

Instance Attribute Summary

Attributes inherited from AGIError

#raw_data

Method Summary

Methods inherited from AGIError

#initialize, #to_s, #to_str

Constructor Details

This class inherits a constructor from AGIError