Base interface for all "After" event arguments. Indicates whether the operation completed successfully.
Optional
Error message if the operation failed. Only populated when success is false.
success
false
Whether the operation completed successfully. Will be false if an error occurred during the operation.
Base interface for all "After" event arguments. Indicates whether the operation completed successfully.