Compile Agent Theme.
post
                    /ccadmin/v1/themes/compileAgentTheme
Compiles the agent theme.
                Request
There are no request parameters for this operation.
Back to TopResponse
Supported Media Types
                - application/json
 
200 Response
Returned when the operation succeeds.
                
                
                    Root Schema : compileAgentTheme_response
    
      Type: 
      
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
        Show Source
        object- 
            associatedSites(optional): 
            string
            Lists the sites which have this as their configured theme.
 - 
            clone_parent_id(optional): 
            string
            Clone parent id of the theme.
 - 
            clone_parent_name(optional): 
            string
            Clone parent name of the theme.
 - 
            compilationStatuses(optional): 
            array  compilationStatuses
            
            The compilation status of the theme.
 - 
            id(optional): 
            string
            The ID of the theme.
 - 
            is_active(optional): 
            boolean
            Whether theme is active.
 - 
            is_custom(optional): 
            boolean
            Whether theme is custom or not.
 - 
            is_default(optional): 
            boolean
            Indicates if this is the default theme. Only one will have this set to true. By default this will be Cloud Lake Theme.
 - 
            isAgentTheme(optional): 
            boolean
            Indicates if this is the theme used in the Agent UI. There is only one Agent theme on the system.
 - 
            name(optional): 
            string
            Theme name.
 - 
            notes(optional): 
            string
            Notes of the theme.
 - 
            repositoryId(optional): 
            string
            Repository ID of the theme.
 - 
            theme_additional_fonts(optional): 
            string
            Lists additional fonts configured for the theme.
 - 
            theme_styles_color(optional): 
            object  theme_styles_color
            
            Color information of theme styles.
 - 
            theme_styles_general(optional): 
            object  theme_styles_general
            
            General information of theme styles.
 - 
            theme_styles_typography(optional): 
            object  theme_styles_typography
            
            Typography information of theme styles.
 - 
            thumbnail(optional): 
            string
            Optional thumbnail image of the theme.
 - 
            usingCodeView(optional): 
            boolean
            Indicates if Code View has been used to configure the theme.
 
Nested Schema : theme_styles_color
    
      Type: 
      
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    objectColor information of theme styles.
    
    
    
    
        Show Source
        - 
            @ButtonPrimaryBackgroundColor(optional): 
            string
            Button Primary Background Color
 - 
            @ButtonPrimaryBorderRadius(optional): 
            string
            Button Primary Border Radius
 - 
            @ButtonPrimaryFontFamily(optional): 
            string
            Button Primary Font Family
 - 
            @ButtonPrimaryFontStyle(optional): 
            string
            Button Primary Font Style
 - 
            @ButtonPrimaryFontWeight(optional): 
            string
            Button Primary Font Weight
 - 
            @ButtonPrimarySize(optional): 
            string
            Button Primary Size
 - 
            @ButtonPrimaryTextColor(optional): 
            string
            
 - 
            @ButtonPrimaryTextDecoration(optional): 
            string
            Button Primary Text Decoration
 - 
            @ButtonPrimaryUseGradient(optional): 
            string
            Button Primary Use Gradient
 - 
            @ButtonSecondaryBackgroundColor(optional): 
            string
            Button Secondary Background Color
 - 
            @ButtonSecondaryBorderRadius(optional): 
            string
            Button Secondary Border Radius
 - 
            @ButtonSecondaryFontFamily(optional): 
            string
            Button Secondary Font Family
 - 
            @ButtonSecondaryFontStyle(optional): 
            string
            Button Secondary Font Style
 - 
            @ButtonSecondaryFontWeight(optional): 
            string
            Button Secondary Font Weight
 - 
            @ButtonSecondarySize(optional): 
            string
            Button Secondary Size
 - 
            @ButtonSecondaryTextColor(optional): 
            string
            Button Secondary Text Color
 - 
            @ButtonSecondaryTextDecoration(optional): 
            string
            Button Secondary Text Decoration
 - 
            @ButtonSecondaryUseGradient(optional): 
            string
            Button Secondary Use Gradient
 - 
            @LinkColor(optional): 
            string
            Link Color
 - 
            @LinkHoverColor(optional): 
            string
            Link Hover Color
 - 
            @LinkVisitedColor(optional): 
            string
            Link Visited Color
 - @mobileNavBarButtonColor(optional): string
 - @NavbarBackgroundColor(optional): string
 - @NavbarBackgroundHoverColor(optional): string
 - @NavbarLinkColor(optional): string
 - @NavbarLinkHoverColor(optional): string
 - @NavbarTextColor(optional): string
 - @SubNavigationBackgroundColor(optional): string
 - @SubNavigationBackgroundHoverColor(optional): string
 - @SubNavigationLinkColor(optional): string
 - @SubNavigationLinkHoverColor(optional): string
 - @SubNavigationTextColor(optional): string
 - 
            @TextColor(optional): 
            string
            Text Color
 
Nested Schema : theme_styles_general
    
      Type: 
      
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    objectGeneral information of theme styles.
    
    
    
    
        Show Source
        - @FooterBackgroundColor(optional): string
 - @FooterBackgroundColorBottom(optional): string
 - @FooterBackgroundColorTop(optional): string
 - @FooterBackgroundImageAttachment(optional): string
 - @FooterBackgroundImagePosition(optional): string
 - @FooterBackgroundImageRepeat(optional): string
 - @FooterBackgroundImageURL(optional): string
 - @FooterBackgroundUseGradient(optional): string
 - @FooterBorderTopColor(optional): string
 - 
            @HeaderBackgroundColor(optional): 
            string
            Header Background Color
 - 
            @HeaderBackgroundColorBottom(optional): 
            string
            Header Background Color Bottom
 - 
            @HeaderBackgroundColorTop(optional): 
            string
            Header Background Color Top
 - 
            @HeaderBackgroundImageAttachment(optional): 
            string
            Header Background Image Attachment
 - 
            @HeaderBackgroundImagePosition(optional): 
            string
            Header Background Image Position
 - 
            @HeaderBackgroundImageRepeat(optional): 
            string
            Header Background Image Repeat
 - 
            @HeaderBackgroundImageURL(optional): 
            string
            Header Background Image URL
 - 
            @HeaderBackgroundUseGradient(optional): 
            string
            Header Background Use Gradient
 - 
            @HeaderTopBackgroundColor(optional): 
            string
            Header Top Background Color
 - 
            @HeaderTopBackgroundColorBottom(optional): 
            string
            Header Top Background Color Bottom
 - 
            @HeaderTopBackgroundColorTop(optional): 
            string
            Header Top Background Color Top
 - 
            @HeaderTopBackgroundImageAttachment(optional): 
            string
            Header Top Background Image Attachment
 - 
            @HeaderTopBackgroundImagePosition(optional): 
            string
            Header Top Background Image Position
 - 
            @HeaderTopBackgroundImageRepeat(optional): 
            string
            Header Top Background Image Repeat
 - 
            @HeaderTopBackgroundImageURL(optional): 
            string
            Header Top Background Image URL
 - 
            @HeaderTopBackgroundUseGradient(optional): 
            string
            Header Top Background Use Gradient
 - 
            @HeaderTopBorderBottomColor(optional): 
            string
            Header Top Border Bottom Color
 - 
            @HeaderTopPaddingTop(optional): 
            string
            Header Top Padding Top
 - 
            @SiteBackgroundColor(optional): 
            string
            Site Background Color
 - 
            @SiteBackgroundColorBottom(optional): 
            string
            Site Background Color Bottom
 - 
            @SiteBackgroundColorTop(optional): 
            string
            Site Background Color Top
 - 
            @SiteBackgroundImageAttachment(optional): 
            string
            Site Background Image Attachment
 - 
            @SiteBackgroundImagePosition(optional): 
            string
            Site Background Image Position
 - 
            @SiteBackgroundImageRepeat(optional): 
            string
            Site Background Image Repeat
 - 
            @SiteBackgroundImageURL(optional): 
            string
            Site Background Image URL
 - 
            @SiteBackgroundUseGradient(optional): 
            string
            Site Background Use Gradient
 - 
            @SitePageBackgroundColor(optional): 
            string
            Site Page Background Color
 
Nested Schema : theme_styles_typography
    
      Type: 
      
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    objectTypography information of theme styles.
    
    
    
    
        Show Source
        - 
            @H1FontFamily(optional): 
            string
            Heading 1 Font Family
 - 
            @H1FontSize(optional): 
            string
            Heading 1 Font Size
 - 
            @H1FontStyle(optional): 
            string
            Heading 1 Font Style
 - 
            @H1FontWeight(optional): 
            string
            Heading 1 Font Weight
 - 
            @H1LineHeight(optional): 
            string
            Heading 1 Line Height
 - 
            @H1TextAlign(optional): 
            string
            Heading 1 Text Align
 - 
            @H1TextColor(optional): 
            string
            Heading 1 Text Color
 - 
            @H1TextDecoration(optional): 
            string
            Heading 1 Text Decoration
 - 
            @H2FontFamily(optional): 
            string
            Heading 2 Font Family
 - 
            @H2FontSize(optional): 
            string
            Heading 2 Font Size
 - 
            @H2FontStyle(optional): 
            string
            Heading 2 Font Style
 - 
            @H2FontWeight(optional): 
            string
            Heading 2 Font Weight
 - 
            @H2LineHeight(optional): 
            string
            Heading 2 Line Height
 - 
            @H2TextAlign(optional): 
            string
            Heading 2 Text Align
 - 
            @H2TextColor(optional): 
            string
            Heading 2 Text Color
 - 
            @H2TextDecoration(optional): 
            string
            Heading 2 Text Decoration
 - 
            @H3FontFamily(optional): 
            string
            Heading 3 Font Family
 - 
            @H3FontSize(optional): 
            string
            Heading 3 Font Size
 - 
            @H3FontStyle(optional): 
            string
            Heading 3 Font Style
 - 
            @H3FontWeight(optional): 
            string
            Heading 3 Font Weight
 - 
            @H3LineHeight(optional): 
            string
            Heading 3 Line Height
 - 
            @H3TextAlign(optional): 
            string
            Heading 3 Text Align
 - 
            @H3TextColor(optional): 
            string
            Heading 3 Text Color
 - 
            @H3TextDecoration(optional): 
            string
            Heading 3 Text Decoration
 - 
            @H4FontFamily(optional): 
            string
            Heading 4 Font Family
 - 
            @H4FontSize(optional): 
            string
            Heading 4 Font Size
 - 
            @H4FontStyle(optional): 
            string
            Heading 4 Font Style
 - 
            @H4FontWeight(optional): 
            string
            Heading 4 Font Weight
 - 
            @H4LineHeight(optional): 
            string
            Heading 4 Line Height
 - 
            @H4TextAlign(optional): 
            string
            Heading 4 Text Align
 - 
            @H4TextColor(optional): 
            string
            Heading 4 Text Color
 - 
            @H4TextDecoration(optional): 
            string
            Heading 4 Text Decoration
 - 
            @H5FontFamily(optional): 
            string
            Heading 5 Font Family
 - 
            @H5FontSize(optional): 
            string
            Heading 5 Font Size
 - 
            @H5FontStyle(optional): 
            string
            Heading 5 Font Style
 - 
            @H5FontWeight(optional): 
            string
            Heading 5 Font Weight
 - 
            @H5LineHeight(optional): 
            string
            Heading 5 Line Height
 - 
            @H5TextAlign(optional): 
            string
            Heading 5 Text Align
 - 
            @H5TextColor(optional): 
            string
            Heading 5 Text Color
 - 
            @H5TextDecoration(optional): 
            string
            Heading 5 Text Decoration
 - 
            @H6FontFamily(optional): 
            string
            Heading 6 Font Family
 - 
            @H6FontSize(optional): 
            string
            Heading 6 Font Size
 - 
            @H6FontStyle(optional): 
            string
            Heading 6 Font Style
 - 
            @H6FontWeight(optional): 
            string
            Heading 6 Font Weight
 - 
            @H6LineHeight(optional): 
            string
            Heading 6 Line Height
 - 
            @H6TextAlign(optional): 
            string
            Heading 6 Text Align
 - 
            @H6TextColor(optional): 
            string
            Heading 6 Text Color
 - 
            @H6TextDecoration(optional): 
            string
            Heading 6 Text Decoration
 - 
            @ParagraphFontFamily(optional): 
            string
            Paragraph Font Family
 - 
            @ParagraphFontSize(optional): 
            string
            Paragraph Font Size
 - 
            @ParagraphFontStyle(optional): 
            string
            Paragraph Font Style
 - 
            @ParagraphFontWeight(optional): 
            string
            Paragraph Font Weight
 - 
            @ParagraphLineHeight(optional): 
            string
            Paragraph Line Height
 - 
            @ParagraphTextAlign(optional): 
            string
            Paragraph Text Align
 - 
            @ParagraphTextColor(optional): 
            string
            Paragraph Text Color
 - 
            @ParagraphTextDecoration(optional): 
            string
            Paragraph Text Decoration
 - 
            @SiteFontFamily(optional): 
            string
            Site Font Family
 - 
            @SiteFontSize(optional): 
            string
            Site Font Size
 - 
            @SiteFontStyle(optional): 
            string
            Site Font Style
 - 
            @SiteFontWeight(optional): 
            string
            Site Font Weight
 - 
            @SiteLineHeight(optional): 
            string
            Site Line Height
 - 
            @SiteTextAlign(optional): 
            string
            Site Text Align
 - 
            @SiteTextColor(optional): 
            string
            Site Text Color
 - 
            @SiteTextDecoration(optional): 
            string
            Site Text Decoration
 
Nested Schema : items
    
      Type: 
      
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
        Show Source
        object- 
            details(optional): 
            string
            Description of the compilation.
 - 
            id(optional): 
            string
            ID of the compilation.
 - 
            occurredAt(optional): 
            string
            When did the compilation occur.
 - 
            repositoryId(optional): 
            string
            The repository ID of the compilation.
 - 
            siteId(optional): 
            string
            The site Id.
 - 
            status(optional): 
            integer
            The status of the compilation
 
Example Response (application/json)
                    {
    "isAgentTheme":true,
    "thumbnail":null,
    "theme_additional_fonts":{
    },
    "notes":"This is the Agent Theme.",
    "is_active":false,
    "theme_styles_color":{
        "@ButtonPrimarySize":"medium",
        "@ButtonSecondaryTextDecoration":"none",
        "@ButtonPrimaryTextColor":"#ffffff",
        "@SubNavigationTextColor":"#6F7178",
        "@ButtonPrimaryUseGradient":"false",
        "@ButtonPrimaryFontStyle":"normal",
        "@ButtonSecondaryFontFamily":"@sansFontFamily",
        "@ButtonPrimaryFontWeight":"normal",
        "@NavbarLinkColor":"#3D3D3D",
        "@NavbarLinkHoverColor":"#195D8D",
        "@NavbarTextColor":"#333333",
        "@mobileNavBarButtonColor":"#333333",
        "@SubNavigationLinkHoverColor":"#195D8D",
        "@NavbarBackgroundHoverColor":"#FFFFFF",
        "@SitePageBorderColor":"#CCD7DF",
        "@ButtonSecondaryUseGradient":"false",
        "@LinkVisitedColor":"#195d8d",
        "@LinkColor":"#195d8d",
        "@ButtonPrimaryBackgroundColor":"#0572ce",
        "@NavbarBackgroundColor":"#FFFFFF",
        "@SubNavigationLinkColor":"#3D3D3D",
        "@ButtonPrimaryFontFamily":"@sansFontFamily",
        "@ButtonPrimaryTextDecoration":"none",
        "@ButtonSecondaryBorderRadius":"4px",
        "@ButtonSecondaryFontStyle":"normal",
        "@ButtonSecondaryTextColor":"#3d3d3d",
        "@SubNavigationBackgroundColor":"#FFFFFF",
        "@ButtonSecondaryFontWeight":"normal",
        "@ButtonSecondaryBackgroundColor":"#ffffff",
        "@ButtonPrimaryBorderRadius":"4px",
        "@LinkHoverColor":"#114062",
        "@ButtonSecondarySize":"medium",
        "@SubNavigationBackgroundHoverColor":"#FFFFFF",
        "@TextColor":"#000000"
    },
    "usingCodeView":false,
    "is_default":false,
    "associatedSites":[
    ],
    "theme_styles_typography":{
        "@H6LineHeight":"150%",
        "@H5TextDecoration":"inherit",
        "@H3FontFamily":"inherit",
        "@H5FontStyle":"inherit",
        "@H2FontStyle":"inherit",
        "@H2TextColor":"inherit",
        "@SiteLineHeight":"150%",
        "@H1TextAlign":"inherit",
        "@SiteFontFamily":"@sansFontFamily",
        "@ParagraphFontWeight":"normal",
        "@H5FontSize":"1.00rem",
        "@H4TextAlign":"inherit",
        "@H1TextDecoration":"inherit",
        "@H3LineHeight":"150%",
        "@H2FontWeight":"bold",
        "@H3FontSize":"1.75rem",
        "@ParagraphLineHeight":"150%",
        "@H3TextAlign":"inherit",
        "@H3TextColor":"inherit",
        "@H4FontFamily":"inherit",
        "@SiteFontSize":"14px",
        "@SiteTextAlign":"left",
        "@H5FontWeight":"normal",
        "@H6FontFamily":"inherit",
        "@H1FontSize":"2.75rem",
        "@H6FontStyle":"inherit",
        "@H6TextDecoration":"inherit",
        "@H2TextDecoration":"inherit",
        "@ParagraphTextColor":"inherit",
        "@H1FontStyle":"inherit",
        "@ParagraphTextAlign":"inherit",
        "@H4LineHeight":"150%",
        "@H1FontWeight":"bold",
        "@SiteTextColor":"#000000",
        "@ParagraphFontSize":"1.00rem",
        "@H5FontFamily":"inherit",
        "@H4FontWeight":"bold",
        "@ParagraphFontFamily":"inherit",
        "@H1FontFamily":"inherit",
        "@H2TextAlign":"inherit",
        "@H1LineHeight":"150%",
        "@H6FontSize":"0.85rem",
        "@H3TextDecoration":"inherit",
        "@H4TextColor":"inherit",
        "@ParagraphFontStyle":"inherit",
        "@ParagraphTextDecoration":"inherit",
        "@H1TextColor":"inherit",
        "@H4FontSize":"1.25rem",
        "@SiteTextDecoration":"none",
        "@SiteFontStyle":"normal",
        "@H3FontWeight":"bold",
        "@H6TextAlign":"inherit",
        "@H4TextDecoration":"inherit",
        "@H2FontFamily":"inherit",
        "@H3FontStyle":"inherit",
        "@SiteFontWeight":"normal",
        "@H5LineHeight":"150%",
        "@H2FontSize":"2.25rem",
        "@H6TextColor":"inherit",
        "@H4FontStyle":"inherit",
        "@H2LineHeight":"150%",
        "@H5TextAlign":"inherit",
        "@H5TextColor":"inherit",
        "@H6FontWeight":"normal"
    },
    "clone_parent_name":"Cloud Lake Theme",
    "repositoryId":"AgentTheme",
    "name":"Agent Theme",
    "is_custom":true,
    "links":[
        {
            "rel":"self",
            "href":"http://localhost:9080/ccadmin/v1/themes/compileAgentTheme"
        }
    ],
    "id":"AgentTheme",
    "theme_styles_general":{
        "@FooterBackgroundImageAttachment":"scroll",
        "@FooterBorderTopColor":"#FFFFFF",
        "@SiteBackgroundImageAttachment":"scroll",
        "@SiteBackgroundImageURL":"none",
        "@SitePageBorderWidth":"1px",
        "@NavigationBackgroundImagePosition":"top left",
        "@HeaderBackgroundUseGradient":"false",
        "@HeaderTopBackgroundImageAttachment":"scroll",
        "@SiteBackgroundColorBottom":"##000000",
        "@HeaderTopBackgroundImagePosition":"top left",
        "@FooterBackgroundColorBottom":"#FFFFFF",
        "@HeaderTopBackgroundImageRepeat":"repeat-x",
        "@HeaderTopPaddingTop":"25px",
        "@HeaderTopBackgroundColorTop":"#FFFFFF",
        "@HeaderBackgroundColorTop":"#FFFFFF",
        "@NavigationBackgroundImageURL":"none",
        "@HeaderTopBackgroundColor":"#FFFFFF",
        "@HeaderBackgroundImageAttachment":"scroll",
        "@FooterBackgroundImageURL":"none",
        "@FooterBackgroundImageRepeat":"repeat-x",
        "@NavigationBackgroundColor":"#FFFFFF",
        "@NavigationBackgroundUseGradient":"false",
        "@HeaderBackgroundImageRepeat":"repeat-x",
        "@SiteBackgroundImagePosition":"top left",
        "@NavigationBackgroundImageRepeat":"no-repeat",
        "@SiteBackgroundImageRepeat":"no-repeat",
        "@TableHeaderColor":"#EBEBEB",
        "@FooterBackgroundUseGradient":"false",
        "@HeaderTopBackgroundUseGradient":"false",
        "@SiteBackgroundColorTop":"#000000",
        "@HeaderBackgroundColorBottom":"#FFFFFF",
        "@HeaderTopBackgroundColorBottom":"#FFFFFF",
        "@HeaderBackgroundImagePosition":"top left",
        "@SitePageBackgroundColor":"#FFFFFF",
        "@HeaderTopBackgroundImageURL":"none",
        "@FooterBackgroundColorTop":"#FFFFFF",
        "@HeaderTopBorderBottomColor":"#FFFFFF",
        "@HeaderBackgroundColor":"#FFFFFF",
        "@NavigationBackgroundColorBottom":"#FFFFFF",
        "@HeaderBackgroundImageURL":"none",
        "@NavigationBackgroundColorTop":"#FFFFFF",
        "@FooterBackgroundColor":"#FFFFFF",
        "@SiteBackgroundColor":"#f5f5f5",
        "@SitePageBorderStyle":"solid",
        "@NavigationBackgroundImageAttachment":"scroll",
        "@SiteBackgroundUseGradient":"false",
        "@FooterBackgroundImagePosition":"top left"
    },
    "clone_parent_id":"100001",
    "compilationStatuses":[
        {
            "occurredAt":"2021-09-24T14:20:24.712Z",
            "repositoryId":"100002",
            "siteId":null,
            "details":"",
            "id":"100002",
            "status":101
        }
    ]
}
                    
                    Default Response
The following are the internal error codes thrown by this API when the request processing fails in Oracle Commerce Cloud:
The error response:
                
                
                    | Error Code | Description | Possible Fix | 
|---|---|---|
| 70000 | Internal server error. | See returned error messages for more information. | 
| 70026 | No agent themes. | Set an agent theme. | 
The error response:
Root Schema : errorModel
    
      Type: 
      
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
        Show Source
        object- 
            devMessage(optional): 
            string
            An optional non-localized message containing technical information for developers
 - 
            errorCode(optional): 
            string
            The numerical code identifying the error
 - 
            errors(optional): 
            array  errors
            
            An optional list of errors if multiple errors were encountered
 - 
            message(optional): 
            string
            The localized message describing the error
 - 
            moreInfo(optional): 
            string
            An optional non-localized message with more information
 - 
            o:errorPath(optional): 
            string
            An optional machine readable description of where the error occurred
 - 
            status(optional): 
            string
            The HTTP status code
 - 
            type(optional): 
            string
            The URI to the HTTP state code definition
 
Nested Schema : errors
    
      
      Type: 
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    arrayAn optional list of errors if multiple errors were encountered
    
    
    
    
    
        Show Source
        
        
    
    
    
    
    
    
Nested Schema : items
    
      Type: 
      
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
        Show Source
        object- 
            devMessage(optional): 
            string
            An optional non-localized message containing technical information for developers
 - 
            errorCode(optional): 
            string
            The numerical code identifying the error
 - 
            message(optional): 
            string
            The localized message describing the error
 - 
            moreInfo(optional): 
            string
            An optional non-localized message with more information
 - 
            o:errorPath(optional): 
            string
            An optional machine readable description of where the error occurred
 - 
            status(optional): 
            string
            The HTTP status code