CapabilityError
Handle
interface CapabilityError extends Error { readonly error: AtsError; readonly code: string; readonly capability: string | undefined;}Properties
property
error AtsError get The structured error from the server
property
code string get Machine-readable error code
property
capability string | undefined get The capability that failed (if applicable)