|
Autopsy
4.21.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
|
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 remove the license from the Cyber Triage options panel.") | |
| 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 |
Definition at line 33 of file CTCloudException.java.
|
private |
Definition at line 48 of file CTCloudException.java.
| 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 | ( | ) |
Definition at line 57 of file CTCloudException.java.
Referenced by com.basistech.df.cybertriage.autopsy.ctapi.CTCloudException.getErrorDetails().
| 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.
|
private |
Definition at line 46 of file CTCloudException.java.
|
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 remove the license from the Cyber Triage options panel.") |
Definition at line 35 of file CTCloudException.java.
| com.basistech.df.cybertriage.autopsy.ctapi.CTCloudException.ErrorCode.NETWORK_ERROR |
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.") |
Definition at line 37 of file CTCloudException.java.
Referenced by com.basistech.df.cybertriage.autopsy.ctoptions.ctcloud.CTMalwareScannerOptionsPanel.LicenseFetcher.done().
| 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.") |
Definition at line 40 of file CTCloudException.java.
Referenced by com.basistech.df.cybertriage.autopsy.ctapi.CTCloudException.getErrorDetails(), and com.basistech.df.cybertriage.autopsy.ctapi.CTCloudException.parseUnknownException().
| 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.") |
Definition at line 41 of file CTCloudException.java.
Referenced by com.basistech.df.cybertriage.autopsy.ctapi.CTCloudException.parseUnknownException().
Copyright © 2012-2024 Sleuth Kit Labs. Generated on: Mon Mar 17 2025
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.