FirebaseVertexAIException.Companion

public static class FirebaseVertexAIException.Companion


Summary

Public methods

static final @NonNull FirebaseVertexAIException

Converts a Throwable to a FirebaseVertexAIException.

Public methods

from

public static final @NonNull FirebaseVertexAIException from(@NonNull Throwable cause)

Converts a Throwable to a FirebaseVertexAIException.

Will populate default messages as expected, and propagate the provided cause through the resulting exception.