@if (type === types.COULD_NOT_REACH_API) {
search.error.couldNotReachApi
} @if (type === types.DATASET_HAS_NO_LINK) {
search.error.recordHasnolink
} @if (type === types.RECEIVED_ERROR) {
search.error.receivedError
@if (error) {
{{ error }}
}
} @if (type === types.ORGANIZATION_HAS_NO_DATASET) {
search.error.organizationHasNoDataset
} @if (type === types.RECORD_NOT_FOUND) {
search.error.recordNotFound
@if (error) {
{{ error }}
}
} @if (type === types.ORGANIZATION_NOT_FOUND) {
search.error.organizationNotFound
@if (error) {
{{ error }}
}
}