Salesforce B2C Commerce 23.5 > B2C Commerce API > B2C Commerce Script > TopLevel
TopLevel
Class IOError
Object
TopLevel.Error
IOError
This error indicates an I/O related error in the system. The IOError is always related to a systems internal Java exception. The class provides access to some more details about this internal Java exception.
Properties
causeFullName  :  String
If the exception is associated with a root cause, the property contains the full name of the associated Java exception.
causeMessage  :  String
If the exception is associated with a root cause, the property contains the message of the associated Java exception.
causeName  :  String
If the exception is associated with a root cause, the property contains the simplified name of the associated Java exception.
javaFullName  :  String
The full name of the underlying Java exception.
javaMessage  :  String
The message of the underlying Java exception.
javaName  :  String
The simplified name of the underlying Java exception.
Constructor Summary
Method Summary
Methods inherited from class Error
Methods inherited from class Object
Constructor Detail
IOError
public IOError()

X Privacy Update: We use cookies to make interactions with our websites and services easy and meaningful, to better understand how they are used. By continuing to use this site you are giving us your consent to do this. Privacy Policy.