Package ai.extend.types
Interface IError
-
- All Known Implementing Classes:
BadRequestErrorBody,Error
public interface IError
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.Optional<java.lang.String>getError()java.util.Optional<java.lang.Boolean>getSuccess()
-