Uses of Interface
com.github.m0nk3y2k4.thetvdb.api.model.APIResponse.Errors
-
Packages that use APIResponse.Errors Package Description com.github.m0nk3y2k4.thetvdb.api.model Defines the public data transfer objects wrapping the actual JSON contentcom.github.m0nk3y2k4.thetvdb.internal.api.impl.model Defines the internal implementation of the public data transfer objects wrapping the actual JSON content -
-
Uses of APIResponse.Errors in com.github.m0nk3y2k4.thetvdb.api.model
Methods in com.github.m0nk3y2k4.thetvdb.api.model that return types with arguments of type APIResponse.Errors Modifier and Type Method Description Optional<APIResponse.Errors>
APIResponse. getErrors()
Returns an Optional representing the additional error information returned by the remote service. -
Uses of APIResponse.Errors in com.github.m0nk3y2k4.thetvdb.internal.api.impl.model
Classes in com.github.m0nk3y2k4.thetvdb.internal.api.impl.model that implement APIResponse.Errors Modifier and Type Class Description static class
APIResponseDTO.ErrorsDTO
DTO implementation of theAPIResponse.Errors
interface
-