aliases.go 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. // File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
  2. package opencode
  3. import (
  4. "github.com/sst/opencode-sdk-go/internal/apierror"
  5. "github.com/sst/opencode-sdk-go/shared"
  6. )
  7. type Error = apierror.Error
  8. // This is an alias to an internal type.
  9. type MessageAbortedError = shared.MessageAbortedError
  10. // This is an alias to an internal type.
  11. type MessageAbortedErrorName = shared.MessageAbortedErrorName
  12. // This is an alias to an internal value.
  13. const MessageAbortedErrorNameMessageAbortedError = shared.MessageAbortedErrorNameMessageAbortedError
  14. // This is an alias to an internal type.
  15. type ProviderAuthError = shared.ProviderAuthError
  16. // This is an alias to an internal type.
  17. type ProviderAuthErrorData = shared.ProviderAuthErrorData
  18. // This is an alias to an internal type.
  19. type ProviderAuthErrorName = shared.ProviderAuthErrorName
  20. // This is an alias to an internal value.
  21. const ProviderAuthErrorNameProviderAuthError = shared.ProviderAuthErrorNameProviderAuthError
  22. // This is an alias to an internal type.
  23. type UnknownError = shared.UnknownError
  24. // This is an alias to an internal type.
  25. type UnknownErrorData = shared.UnknownErrorData
  26. // This is an alias to an internal type.
  27. type UnknownErrorName = shared.UnknownErrorName
  28. // This is an alias to an internal value.
  29. const UnknownErrorNameUnknownError = shared.UnknownErrorNameUnknownError