APIリファレンス(Node.js)
baasatrakuza-admin > RKZError > (constructor)
RKZError.(constructor)
コンストラクタです。
Signature:
constructor(status_code: string, message: string, detail_message?: string | string[] | undefined, cause?: any);
Parameters
| Parameter | Type | Description |
|---|---|---|
| status_code | string | BaaS@rakuzaのステータス |
| message | string | エラーメッセージ |
| detail_message | string | string[] | undefined | エラー詳細メッセージ |
| cause | any | 元のエラーオブジェクト |