object GitHubError
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- GitHubError
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
- final case class AbuseRateLimits(message: String, documentationUrl: String) extends GitHubError with Product with Serializable
- final case class AssetUploadFailure(failed: NonEmptyList[FailedAssetUpload], succeeded: List[Asset]) extends GitHubError with Product with Serializable
- final case class AuthFailure(message: String) extends GitHubError with Product with Serializable
- final case class CausedByGitCommandError(cause: GitCommandError) extends GitHubError with Product with Serializable
- final case class ChangelogNotFound(changelogLocation: String, tagName: TagName) extends GitHubError with Product with Serializable
- final case class ConnectionFailure(error: String) extends GitHubError with Product with Serializable
- final case class ForbiddenRequest(httpRequest: HttpRequest, httpResponse: HttpResponse) extends GitHubError with Product with Serializable
- implicit final class GitHubErrorOps extends AnyVal
- final case class GitHubServerError(error: String) extends GitHubError with Product with Serializable
- final case class InvalidGitHubRepoUrl(repoUrl: RepoUrl) extends GitHubError with Product with Serializable
- final case class MalformedURL(url: String, errorMessage: Option[String]) extends GitHubError with Product with Serializable
- final case class RateLimitExceeded(rateLimit: Option[Int], remaining: Option[Int], reset: Option[Instant], message: String, docUrl: String) extends GitHubError with Product with Serializable
- final case class ReleaseAlreadyExists(tagName: TagName) extends GitHubError with Product with Serializable
- final case class ReleaseCreationError(message: String) extends GitHubError with Product with Serializable
- final case class ReleaseNotFoundByTagName(tagName: TagName) extends GitHubError with Product with Serializable
- final case class UnexpectedFailure(httpError: HttpError) extends GitHubError with Product with Serializable
- final case class UnprocessableEntity(httpRequest: HttpRequest, httpResponse: HttpResponse, responseBodyJson: Option[FailedResponseBodyJson]) extends GitHubError with Product with Serializable
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def abuseRateLimits(message: String, documentationUrl: String): GitHubError
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- def assetUploadFailure(failed: NonEmptyList[FailedAssetUpload], succeeded: List[Asset]): GitHubError
- def authFailure(message: String): GitHubError
- def causedByGitCommandError(cause: GitCommandError): GitHubError
- def changelogNotFound(changelogLocation: String, tagName: TagName): GitHubError
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @HotSpotIntrinsicCandidate()
- def connectionFailure(error: String): GitHubError
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def forbiddenRequest(httpRequest: HttpRequest, httpResponse: HttpResponse): GitHubError
- def fromHttpError(httpError: HttpError): GitHubError
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def gitHubServerError(error: String): GitHubError
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def invalidCredential: GitHubError
- def invalidGitHubRepoUrl(repoUrl: RepoUrl): GitHubError
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def malformedURL(url: String, errorMessage: Option[String]): GitHubError
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def noCredential: GitHubError
- def noReleaseCreated: GitHubError
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def rateLimitExceeded(rateLimit: Option[Int], remaining: Option[Int], reset: Option[Instant], message: String, docUrl: String): GitHubError
- def releaseAlreadyExists(tagName: TagName): GitHubError
- def releaseCreationError(message: String): GitHubError
- def releaseNotFoundByTagName(tagName: TagName): GitHubError
-
def
render(gitHubError: GitHubError)(implicit sbtLogLevel: DevOopsLogLevel): String
- Annotations
- @SuppressWarnings()
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
- def unexpectedFailure(httpError: HttpError): GitHubError
- def unprocessableEntity(httpRequest: HttpRequest, httpResponse: HttpResponse, responseBodyJson: Option[FailedResponseBodyJson]): GitHubError
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
- object InvalidCredential extends GitHubError with Product with Serializable
- object NoCredential extends GitHubError with Product with Serializable
- object NoReleaseCreated extends GitHubError with Product with Serializable
Deprecated Value Members
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] ) @Deprecated
- Deprecated