lib/hubspot/codegen/cms/blogs/blog-posts/models/standard_error.rb in hubspot-api-client-11.2.0 vs lib/hubspot/codegen/cms/blogs/blog-posts/models/standard_error.rb in hubspot-api-client-12.0.0
- old
+ new
@@ -1,9 +1,9 @@
=begin
#Blog Post endpoints
-#\"Use these endpoints for interacting with Blog Posts, Blog Authors, and Blog Tags\"
+#Use these endpoints for interacting with Blog Posts, Blog Authors, and Blog Tags
The version of the OpenAPI document: v3
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 4.3.1
@@ -15,23 +15,31 @@
module Hubspot
module Cms
module Blogs
module BlogPosts
class StandardError
+ # Error status.
attr_accessor :status
+ # Error ID.
attr_accessor :id
+ # Model definition for an error category.
attr_accessor :category
+ # Error subcategory.
attr_accessor :sub_category
+ # Error message.
attr_accessor :message
+ # List of error details.
attr_accessor :errors
+ # Error context.
attr_accessor :context
+ # Error links.
attr_accessor :links
# Attribute mapping from ruby-style variable name to JSON key.
def self.attribute_map
{