共用方式為


InvokeException class

叫用回應錯誤的自定義例外狀況。

Extends

Error

建構函式

InvokeException(StatusCodes, T)

屬性

Error

繼承的屬性

message
name
stack

方法

createInvokeResponse()

使用目前物件的狀態代碼和本文,建立新的 InvokeResponse 物件的 Factory 方法。

建構函式詳細資料

InvokeException(StatusCodes, T)

new InvokeException(status: StatusCodes, response?: T)

參數

status

StatusCodes

錯誤的 Http 狀態代碼。

response

T

自選。 例外狀況的主體。 預設值為 null。

屬性詳細資料

Error

static Error: ErrorConstructor

屬性值

ErrorConstructor

繼承的屬性詳細資料

message

message: string

屬性值

string

繼承自 Error.message

name

name: string

屬性值

string

繼承自 Error.name

stack

stack?: string

屬性值

string

繼承自 Error.stack

方法詳細資料

createInvokeResponse()

使用目前物件的狀態代碼和本文,建立新的 InvokeResponse 物件的 Factory 方法。

function createInvokeResponse(): InvokeResponse

傳回

InvokeResponse

新的 InvokeResponse 物件。