aliases.go 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  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 MessageAbortedErrorData = shared.MessageAbortedErrorData
  12. // This is an alias to an internal type.
  13. type MessageAbortedErrorName = shared.MessageAbortedErrorName
  14. // This is an alias to an internal value.
  15. const MessageAbortedErrorNameMessageAbortedError = shared.MessageAbortedErrorNameMessageAbortedError
  16. // This is an alias to an internal type.
  17. type ProviderAuthError = shared.ProviderAuthError
  18. // This is an alias to an internal type.
  19. type ProviderAuthErrorData = shared.ProviderAuthErrorData
  20. // This is an alias to an internal type.
  21. type ProviderAuthErrorName = shared.ProviderAuthErrorName
  22. // This is an alias to an internal value.
  23. const ProviderAuthErrorNameProviderAuthError = shared.ProviderAuthErrorNameProviderAuthError
  24. // This is an alias to an internal type.
  25. type UnknownError = shared.UnknownError
  26. // This is an alias to an internal type.
  27. type UnknownErrorData = shared.UnknownErrorData
  28. // This is an alias to an internal type.
  29. type UnknownErrorName = shared.UnknownErrorName
  30. // This is an alias to an internal value.
  31. const UnknownErrorNameUnknownError = shared.UnknownErrorNameUnknownError