twilio-0.1.3.2: Twilio REST API library for Haskell

Safe HaskellNone
LanguageHaskell98

Twilio.Types.Issue

Synopsis

Documentation

data Issue Source #

A list of issues experienced during the call.

Constructors

ImperfectAudio

Imperfect audio quality: Choppy, echoed, or garbled audio during conversation.

DroppedCall

Dropped call: call initially connected but was dropped.

IncorrectCallerId

Incorrect caller ID: Call connected but caller ID displayed 'Unknown' or an incorrect number.

PostDialDelay

Post dial delay: Call connected but there was a long delay between dialing the phone number and the start of ringing.

DigitsNotCaptured

DTMF tones not captured: Failed to capture digit input on phone menus.

UnsolicitedCall

Unsolicited call: Received telemarketer, wrong number, automated or other type of unsolicited call.

AudioLatency

Audio latency: Call participants can hear each other but with significant audio delay.

OneWayAudio

One way audio: Only one party could hear the audio during the conversation.

Instances

Bounded Issue Source # 
Enum Issue Source # 
Eq Issue Source # 

Methods

(==) :: Issue -> Issue -> Bool #

(/=) :: Issue -> Issue -> Bool #

Data Issue Source # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> Issue -> c Issue #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c Issue #

toConstr :: Issue -> Constr #

dataTypeOf :: Issue -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c Issue) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c Issue) #

gmapT :: (forall b. Data b => b -> b) -> Issue -> Issue #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> Issue -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> Issue -> r #

gmapQ :: (forall d. Data d => d -> u) -> Issue -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> Issue -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> Issue -> m Issue #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> Issue -> m Issue #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> Issue -> m Issue #

Ord Issue Source # 

Methods

compare :: Issue -> Issue -> Ordering #

(<) :: Issue -> Issue -> Bool #

(<=) :: Issue -> Issue -> Bool #

(>) :: Issue -> Issue -> Bool #

(>=) :: Issue -> Issue -> Bool #

max :: Issue -> Issue -> Issue #

min :: Issue -> Issue -> Issue #

Read Issue Source # 
Show Issue Source # 

Methods

showsPrec :: Int -> Issue -> ShowS #

show :: Issue -> String #

showList :: [Issue] -> ShowS #

Generic Issue Source # 

Associated Types

type Rep Issue :: * -> * #

Methods

from :: Issue -> Rep Issue x #

to :: Rep Issue x -> Issue #

ToJSON Issue Source # 
FromJSON Issue Source # 
type Rep Issue Source # 
type Rep Issue = D1 (MetaData "Issue" "Twilio.Types.Issue" "twilio-0.1.3.2-GnUkC92cKSV9Q4YYqnxTsL" False) ((:+:) ((:+:) ((:+:) (C1 (MetaCons "ImperfectAudio" PrefixI False) U1) (C1 (MetaCons "DroppedCall" PrefixI False) U1)) ((:+:) (C1 (MetaCons "IncorrectCallerId" PrefixI False) U1) (C1 (MetaCons "PostDialDelay" PrefixI False) U1))) ((:+:) ((:+:) (C1 (MetaCons "DigitsNotCaptured" PrefixI False) U1) (C1 (MetaCons "UnsolicitedCall" PrefixI False) U1)) ((:+:) (C1 (MetaCons "AudioLatency" PrefixI False) U1) (C1 (MetaCons "OneWayAudio" PrefixI False) U1))))