@adobe/genstudio-extensibility-sdk
@adobe/genstudio-extensibility-sdk / ExtensionAuthError
Errornew ExtensionAuthError(
message:string):ExtensionAuthError
string
Error.constructor
optionalcause:unknown
Error.cause
message:
string
Error.message
name:
string
Error.name
optionalstack:string
Error.stack
staticoptionalprepareStackTrace: (err:Error,stackTraces:CallSite[]) =>any
Optional override for formatting stack traces
Error
CallSite[]
any
https://v8.dev/docs/stack-trace-api#customizing-stack-traces
Error.prepareStackTrace
staticstackTraceLimit:number
Error.stackTraceLimit
staticcaptureStackTrace(targetObject:object,constructorOpt?:Function):void
Create .stack property on a target object
object
Function
void
Error.captureStackTrace