Imported from dev1.link2tek.net CommEngine.git
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

15 lines
259 B

  1. package altk.comm.engine.exception;
  2. public enum BroadcastError
  3. {
  4. EXPIRED,
  5. READ_REQUEST_ERROR,
  6. BAD_REQUEST_DATA,
  7. INTERNAL_ERROR,
  8. CONFIGURAION_ERROR,
  9. SERVICE_PROVIDER_ERROR,
  10. PLATFORM_ERROR,
  11. TTS_ERROR,
  12. UNEXPECTED_EXCEPTION
  13. }