Constants -
filepath
- FILE_NOT_FOUND_ERROR string {ballerina/filepath}FileNotFoundError
-
Identifies file not found error.
- NOT_LINK_ERROR string {ballerina/filepath}NotLinkError
-
Identifies no link error.
- IO_ERROR string {ballerina/filepath}IOError
-
Identifies io error.
- SECURITY_ERROR string {ballerina/filepath}SecurityError
-
Identifies security error.
- INVALID_PATH_ERROR string {ballerina/filepath}InvalidPathError
-
Identifies invalid path error.
- INVALID_PATTERN_ERROR string {ballerina/filepath}InvalidPatternError
-
Identifies invalid pattern error.
- RELATIVE_PATH_ERROR string {ballerina/filepath}RelativePathError
-
Identifies relative path error.
- UNC_PATH_ERROR string {ballerina/filepath}UNCPathError
-
Identifies unc path error.
- GENERIC_ERROR string {ballerina/filepath}GenericError
-
Identifies generic error.