You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 25, 2025. It is now read-only.
If an external link ends with .html it is recognized as an internal link. For example, in the following content the SDKResponse link renders as external but the narrowing link renders as internal. Removing the .html makes the narrowing link render as external.
All API methods return the SDKResponse type, which has an isError boolean property that can be used for narrowing. When isError is false the response contains a data property with the return type from the API hub, and when true there is an error property with details on the error.