22 module
com { module sun { module star { module script {
27 published constants FailReason
const long TYPE_NOT_SUPPORTED
The type class of the given value is not supported.
Definition: FailReason.idl:55
const long SOURCE_IS_NO_DERIVED_TYPE
The given value cannot be converted to right structure or exception type.
Definition: FailReason.idl:51
const long UNKNOWN
This value is deprecated.
Definition: FailReason.idl:69
Definition: Ambiguous.idl:20
const long IS_NOT_BOOL
The given value cannot be converted to a boolean.
Definition: FailReason.idl:43
const long NO_DEFAULT_AVAILABLE
This value is deprecated.
Definition: FailReason.idl:64
const long OUT_OF_RANGE
The given value does not fit in the range of the destination type.
Definition: FailReason.idl:31
const long IS_NOT_NUMBER
The given value cannot be converted to a number.
Definition: FailReason.idl:35
const long NO_SUCH_INTERFACE
The given value is not an interface or cannot queried to the right interface.
Definition: FailReason.idl:47
const long IS_NOT_ENUM
The given value cannot be converted to an enumeration.
Definition: FailReason.idl:39
const long INVALID
The given value cannot be converted and none of the other reasons match.
Definition: FailReason.idl:59