Package com.assemblyai.api.types
Interface Error.ErrorStage
-
- All Known Implementing Classes:
Error.Builder
- Enclosing class:
- Error
public static interface Error.ErrorStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Error._FinalStageerror(java.lang.String error)Error.Builderfrom(Error other)
-
-
-
Method Detail
-
error
Error._FinalStage error(java.lang.String error)
-
from
Error.Builder from(Error other)
-
-