jxa-types
Preparing search index...
foundation
NSError
Interface NSError
interface
NSError
{
code
:
string
;
domain
:
NSString
;
js
:
object
;
localizedDescription
:
NSString
;
getProperty
(
key
:
string
)
:
any
;
isNil
()
:
boolean
;
setProperty
(
key
:
string
,
value
:
any
)
:
any
;
}
Hierarchy (
View Summary
)
BridgedObject
<
IdType
>
NSError
Index
Properties
code
domain
js
localized
Description
Methods
get
Property
is
Nil
set
Property
Properties
Readonly
code
code
:
string
Readonly
domain
domain
:
NSString
js
js
:
object
Readonly
localized
Description
localizedDescription
:
NSString
Methods
get
Property
getProperty
(
key
:
string
)
:
any
Parameters
key
:
string
Returns
any
is
Nil
isNil
()
:
boolean
Returns
boolean
set
Property
setProperty
(
key
:
string
,
value
:
any
)
:
any
Parameters
key
:
string
value
:
any
Returns
any
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
code
domain
js
localized
Description
Methods
get
Property
is
Nil
set
Property
jxa-types
Loading...