Preparing search index...
The search index is not available
型・APIリファレンス
型・APIリファレンス
WebApiResponse
Interface WebApiResponse<T>
WebAPIのレスポンス
interface
WebApiResponse
<
T
>
{
data
:
T
&
MtpCommonResponse
;
error
?:
MtpErrorResponse
;
isSuccess
:
boolean
;
}
Type Parameters
T
=
Record
<
string
,
never
>
WebAPIの独自の返却値の型
Index
Properties
data
error?
is
Success
Properties
data
data
:
T
&
MtpCommonResponse
成功時のレスポンスデータ
Optional
error
error
?:
MtpErrorResponse
Commandの例外発生時の例外レスポンス
is
Success
is
Success
:
boolean
例外が発生せずに処理が成功したか
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
data
error
is
Success
型・APIリファレンス
Loading...
WebAPIのレスポンス