Packages

object GitHubError

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. GitHubError
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. final case class AbuseRateLimits(message: String, documentationUrl: String) extends GitHubError with Product with Serializable
  2. final case class AssetUploadFailure(failed: NonEmptyList[FailedAssetUpload], succeeded: List[Asset]) extends GitHubError with Product with Serializable
  3. final case class AuthFailure(message: String) extends GitHubError with Product with Serializable
  4. final case class CausedByGitCommandError(cause: GitCommandError) extends GitHubError with Product with Serializable
  5. final case class ChangelogNotFound(changelogLocation: String, tagName: TagName) extends GitHubError with Product with Serializable
  6. final case class ConnectionFailure(error: String) extends GitHubError with Product with Serializable
  7. final case class ForbiddenRequest(httpRequest: HttpRequest, httpResponse: HttpResponse) extends GitHubError with Product with Serializable
  8. implicit final class GitHubErrorOps extends AnyVal
  9. final case class GitHubServerError(error: String) extends GitHubError with Product with Serializable
  10. final case class InvalidGitHubRepoUrl(repoUrl: RepoUrl) extends GitHubError with Product with Serializable
  11. final case class MalformedURL(url: String, errorMessage: Option[String]) extends GitHubError with Product with Serializable
  12. final case class RateLimitExceeded(rateLimit: Option[Int], remaining: Option[Int], reset: Option[Instant], message: String, docUrl: String) extends GitHubError with Product with Serializable
  13. final case class ReleaseAlreadyExists(tagName: TagName) extends GitHubError with Product with Serializable
  14. final case class ReleaseCreationError(message: String) extends GitHubError with Product with Serializable
  15. final case class ReleaseNotFoundByTagName(tagName: TagName) extends GitHubError with Product with Serializable
  16. final case class UnexpectedFailure(httpError: HttpError) extends GitHubError with Product with Serializable
  17. final case class UnprocessableEntity(httpRequest: HttpRequest, httpResponse: HttpResponse, responseBodyJson: Option[FailedResponseBodyJson]) extends GitHubError with Product with Serializable

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def abuseRateLimits(message: String, documentationUrl: String): GitHubError
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def assetUploadFailure(failed: NonEmptyList[FailedAssetUpload], succeeded: List[Asset]): GitHubError
  7. def authFailure(message: String): GitHubError
  8. def causedByGitCommandError(cause: GitCommandError): GitHubError
  9. def changelogNotFound(changelogLocation: String, tagName: TagName): GitHubError
  10. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  11. def connectionFailure(error: String): GitHubError
  12. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  13. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  14. def forbiddenRequest(httpRequest: HttpRequest, httpResponse: HttpResponse): GitHubError
  15. def fromHttpError(httpError: HttpError): GitHubError
  16. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  17. def gitHubServerError(error: String): GitHubError
  18. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  19. def invalidCredential: GitHubError
  20. def invalidGitHubRepoUrl(repoUrl: RepoUrl): GitHubError
  21. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  22. def malformedURL(url: String, errorMessage: Option[String]): GitHubError
  23. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  24. def noCredential: GitHubError
  25. def noReleaseCreated: GitHubError
  26. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  27. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  28. def rateLimitExceeded(rateLimit: Option[Int], remaining: Option[Int], reset: Option[Instant], message: String, docUrl: String): GitHubError
  29. def releaseAlreadyExists(tagName: TagName): GitHubError
  30. def releaseCreationError(message: String): GitHubError
  31. def releaseNotFoundByTagName(tagName: TagName): GitHubError
  32. def render(gitHubError: GitHubError)(implicit sbtLogLevel: DevOopsLogLevel): String
    Annotations
    @SuppressWarnings()
  33. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  34. def toString(): String
    Definition Classes
    AnyRef → Any
  35. def unexpectedFailure(httpError: HttpError): GitHubError
  36. def unprocessableEntity(httpRequest: HttpRequest, httpResponse: HttpResponse, responseBodyJson: Option[FailedResponseBodyJson]): GitHubError
  37. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  38. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  39. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  40. object InvalidCredential extends GitHubError with Product with Serializable
  41. object NoCredential extends GitHubError with Product with Serializable
  42. object NoReleaseCreated extends GitHubError with Product with Serializable

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] ) @Deprecated
    Deprecated

Inherited from AnyRef

Inherited from Any

Ungrouped