I'm using the JobDeliveryStatus to retrieve information for errored outbound faxes and trying to find the Gamma Code inside the response. I was given a list of Gamma Codes and in the list I see that for a cancellation the code is 5000, yet in the JobDeliveryStatus response for the cancelled job I don't see 5000 anywhere. I do see a 5 for the jobDeliveryStatusResult.JobDeliveryStatus[0].JobData[0].DeliveryGroup[0].DeliveryDetail[0].State.code and see there is an argument of jobDeliveryStatusResult.JobDeliveryStatus[0].JobData[0].DeliveryGroup[0].DeliveryDetail[0].State.gammacode but it gives back a 0. Does anyone have any ideas where I can get the Gamma Code?