Skip to content

Instantly share code, notes, and snippets.

@ilmoralito
Created November 14, 2014 19:03
Show Gist options
  • Save ilmoralito/4d9948f0db27660646d2 to your computer and use it in GitHub Desktop.
Save ilmoralito/4d9948f0db27660646d2 to your computer and use it in GitHub Desktop.
sample
if (!client.save(flush:true)) {
client.errors.allErrors.each { error ->
log.error "[$error.field: $error.defaultMessage]"
}
return false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment