Documentation
Preparing search index...
@mysten/sui
client
formatMoveAbortMessage
Function formatMoveAbortMessage
formatMoveAbortMessage
(
options
:
{
abortCode
:
string
;
cleverError
?:
{
constantName
?:
string
;
lineNumber
?:
number
;
value
?:
string
;
}
;
command
?:
number
;
location
?:
{
functionName
?:
string
;
instruction
?:
number
;
module
?:
string
;
package
?:
string
;
}
;
}
,
)
:
string
Parameters
options
:
{
abortCode
:
string
;
cleverError
?:
{
constantName
?:
string
;
lineNumber
?:
number
;
value
?:
string
;
}
;
command
?:
number
;
location
?:
{
functionName
?:
string
;
instruction
?:
number
;
module
?:
string
;
package
?:
string
;
}
;
}
Returns
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Documentation
Loading...