FirebaseAppDistributionException

public class FirebaseAppDistributionException extends FirebaseException


The class for all Exceptions thrown by FirebaseAppDistribution.

Summary

Nested types

Enum for potential error statuses that caused the FirebaseAppDistributionException.

Public fields

final @Nullable AppDistributionRelease

Public methods

@NonNull FirebaseAppDistributionException.Status

Returns the FirebaseAppDistributionException.Status that caused the exception.

@Nullable AppDistributionRelease

Returns the release that was ready to be installed when the error was thrown.

Inherited methods

From java.lang.Throwable
synchronized final void
synchronized Throwable
synchronized Throwable
String
String
StackTraceElement[]
synchronized final Throwable[]
synchronized Throwable
void
void
setStackTrace(StackTraceElement[] stackTrace)
String

Public fields

release

public final @Nullable AppDistributionRelease release

Public methods

getErrorCode

public @NonNull FirebaseAppDistributionException.Status getErrorCode()

Returns the FirebaseAppDistributionException.Status that caused the exception.

getRelease

public @Nullable AppDistributionRelease getRelease()

Returns the release that was ready to be installed when the error was thrown.