Autopsy  4.21.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
Public Member Functions | Public Attributes | Private Member Functions | Private Attributes | List of all members
com.basistech.df.cybertriage.autopsy.ctapi.CTCloudException.ErrorCode Enum Reference

Public Member Functions

String getCode ()
 
String getDescription ()
 

Public Attributes

 BAD_REQUEST =("CT-400", "Unknown or Bad request. Please contact Basis support at " + Constants.SUPPORT_AT_CYBERTRIAGE_DOT_COM + " for help diagnosing the problem.")
 
 GATEWAY_TIMEOUT =("CT-504", "Request to CyberTriage Cloud Service timed out. Please retry after some time. If issue persists, please contact Basis support at " + Constants.SUPPORT_AT_CYBERTRIAGE_DOT_COM + " for assistance.")
 
 INVALID_KEY =("CT-401", "An invalid license ID was used to access CyberTriage Cloud Service. Please contact Basis support " + Constants.SUPPORT_AT_CYBERTRIAGE_DOT_COM + " for help diagnosing the problem.")
 
 NETWORK_ERROR
 
 PROXY_UNAUTHORIZED =("CT-407", "Proxy authentication failed. Please validate the connection settings from the Options panel Proxy Settings.")
 
 TEMP_UNAVAILABLE =("CT-500", "CyberTriage Cloud Service temporarily unavailable; please try again later. If this problem persists, contact Basis support at " + Constants.SUPPORT_AT_CYBERTRIAGE_DOT_COM)
 
 UN_AUTHORIZED =("CT-403", "An authorization error occurred. Please contact Basis support " + Constants.SUPPORT_AT_CYBERTRIAGE_DOT_COM + " for help diagnosing the problem.")
 
 UNKNOWN =("CT-080", "Unknown error while communicating with CyberTriage Cloud Service. If this problem persists, contact Basis support at "+ Constants.SUPPORT_AT_CYBERTRIAGE_DOT_COM +" for assistance.")
 
 UNKNOWN_HOST =("CT-081", "Unknown host error. If this problem persists, contact Basis support at "+ Constants.SUPPORT_AT_CYBERTRIAGE_DOT_COM +" for assistance.")
 

Private Member Functions

 ErrorCode (String errorcode, String description)
 

Private Attributes

final String description
 
final String errorcode
 

Detailed Description

Definition at line 33 of file CTCloudException.java.

Constructor & Destructor Documentation

com.basistech.df.cybertriage.autopsy.ctapi.CTCloudException.ErrorCode.ErrorCode ( String  errorcode,
String  description 
)
private

Definition at line 48 of file CTCloudException.java.

Member Function Documentation

String com.basistech.df.cybertriage.autopsy.ctapi.CTCloudException.ErrorCode.getCode ( )

Definition at line 53 of file CTCloudException.java.

String com.basistech.df.cybertriage.autopsy.ctapi.CTCloudException.ErrorCode.getDescription ( )

Member Data Documentation

com.basistech.df.cybertriage.autopsy.ctapi.CTCloudException.ErrorCode.BAD_REQUEST =("CT-400", "Unknown or Bad request. Please contact Basis support at " + Constants.SUPPORT_AT_CYBERTRIAGE_DOT_COM + " for help diagnosing the problem.")

Definition at line 34 of file CTCloudException.java.

final String com.basistech.df.cybertriage.autopsy.ctapi.CTCloudException.ErrorCode.description
private

Definition at line 46 of file CTCloudException.java.

final String com.basistech.df.cybertriage.autopsy.ctapi.CTCloudException.ErrorCode.errorcode
private

Definition at line 45 of file CTCloudException.java.

com.basistech.df.cybertriage.autopsy.ctapi.CTCloudException.ErrorCode.GATEWAY_TIMEOUT =("CT-504", "Request to CyberTriage Cloud Service timed out. Please retry after some time. If issue persists, please contact Basis support at " + Constants.SUPPORT_AT_CYBERTRIAGE_DOT_COM + " for assistance.")

Definition at line 36 of file CTCloudException.java.

com.basistech.df.cybertriage.autopsy.ctapi.CTCloudException.ErrorCode.INVALID_KEY =("CT-401", "An invalid license ID was used to access CyberTriage Cloud Service. Please contact Basis support " + Constants.SUPPORT_AT_CYBERTRIAGE_DOT_COM + " for help diagnosing the problem.")

Definition at line 35 of file CTCloudException.java.

com.basistech.df.cybertriage.autopsy.ctapi.CTCloudException.ErrorCode.NETWORK_ERROR
Initial value:
=("CT-015", "Error connecting to CyberTriage Cloud.\n"
+ "Check your firewall or proxy settings.\n"
+ "Contact Support (support@cybertriage.com) for further assistance")

Definition at line 42 of file CTCloudException.java.

com.basistech.df.cybertriage.autopsy.ctapi.CTCloudException.ErrorCode.PROXY_UNAUTHORIZED =("CT-407", "Proxy authentication failed. Please validate the connection settings from the Options panel Proxy Settings.")

Definition at line 38 of file CTCloudException.java.

com.basistech.df.cybertriage.autopsy.ctapi.CTCloudException.ErrorCode.TEMP_UNAVAILABLE =("CT-500", "CyberTriage Cloud Service temporarily unavailable; please try again later. If this problem persists, contact Basis support at " + Constants.SUPPORT_AT_CYBERTRIAGE_DOT_COM)

Definition at line 39 of file CTCloudException.java.

com.basistech.df.cybertriage.autopsy.ctapi.CTCloudException.ErrorCode.UN_AUTHORIZED =("CT-403", "An authorization error occurred. Please contact Basis support " + Constants.SUPPORT_AT_CYBERTRIAGE_DOT_COM + " for help diagnosing the problem.")
com.basistech.df.cybertriage.autopsy.ctapi.CTCloudException.ErrorCode.UNKNOWN =("CT-080", "Unknown error while communicating with CyberTriage Cloud Service. If this problem persists, contact Basis support at "+ Constants.SUPPORT_AT_CYBERTRIAGE_DOT_COM +" for assistance.")
com.basistech.df.cybertriage.autopsy.ctapi.CTCloudException.ErrorCode.UNKNOWN_HOST =("CT-081", "Unknown host error. If this problem persists, contact Basis support at "+ Constants.SUPPORT_AT_CYBERTRIAGE_DOT_COM +" for assistance.")

The documentation for this enum was generated from the following file:

Copyright © 2012-2022 Basis Technology. Generated on: Tue Feb 6 2024
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.