共用方式為


ResultCategories type

注意

此 API 處於搶鮮版 (Beta) 階段,供開發人員預覽,而且可能會根據收到的意見反應而變更。 請勿將此 API 用於生產環境。

錯誤結果類別

type ResultCategories =
  | "Success"
  | "ExpectedError"
  | "UnexpectedClientError"
  | "UnexpectedServerError"