Skip to content

@tripo3d/auth / TripoAuthErrorName

Type Alias: TripoAuthErrorName

ts
type TripoAuthErrorName = 
  | "CheckIdentifier"
  | "ContinueFlow"
  | "Flow"
  | "LoginFlow"
  | "OIDC"
  | "Response"
  | "SendVerificationCode"
  | "Unknown"
  | "VerifyEmailCode";

Defined in: error.ts:4

业务方按 name 字符串分流,新增/删除/重命名都属于公开 API 变更

基于 MIT 协议发布(内部使用)