Uses of Class
io.prismacloud.iac.commons.model.IacApiError
-
Packages that use IacApiError Package Description io.prismacloud.iac.commons.model -
-
Uses of IacApiError in io.prismacloud.iac.commons.model
Methods in io.prismacloud.iac.commons.model that return IacApiError Modifier and Type Method Description IacApiErrorIacApiError. code(String code)IacApiErrorIacApiError. detail(String detail)IacApiErrorIacApiError. source(String source)IacApiErrorIacApiError. status(String status)Methods in io.prismacloud.iac.commons.model that return types with arguments of type IacApiError Modifier and Type Method Description List<IacApiError>JsonApiModelScanDetailsMeta. getErrorDetails()Get errorDetailsList<IacApiError>IacApiErrorResponse. getErrors()Get errorsMethods in io.prismacloud.iac.commons.model with parameters of type IacApiError Modifier and Type Method Description JsonApiModelScanDetailsMetaJsonApiModelScanDetailsMeta. addErrorDetailsItem(IacApiError errorDetailsItem)IacApiErrorResponseIacApiErrorResponse. addErrorsItem(IacApiError errorsItem)Method parameters in io.prismacloud.iac.commons.model with type arguments of type IacApiError Modifier and Type Method Description JsonApiModelScanDetailsMetaJsonApiModelScanDetailsMeta. errorDetails(List<IacApiError> errorDetails)IacApiErrorResponseIacApiErrorResponse. errors(List<IacApiError> errors)voidJsonApiModelScanDetailsMeta. setErrorDetails(List<IacApiError> errorDetails)voidIacApiErrorResponse. setErrors(List<IacApiError> errors)
-