java.lang.Object
io.github.evisentin.wordpress.client.domain.model.WpError

public class WpError extends Object
Represents an error response returned by the WordPress REST API.

This model contains the error code, a human-readable message, and an optional data object with additional details.

  • Constructor Details

    • WpError

      public WpError()