class Azu::Response::Forbidden
- Azu::Response::Forbidden
 - Azu::Response::Error
 - Exception
 - Reference
 - Object
 
Defined in:
azu/response.crInstance Method Summary
Instance methods inherited from class Azu::Response::Error
  
  
    
      detail : String
    detail, 
    
  
    
      detail=(detail : String)
    detail=, 
    
  
    
      errors : Array(String)
    errors, 
    
  
    
      errors=(errors : Array(String))
    errors=, 
    
  
    
      html(context)html html, json json, link link, render(template : String, data)
render render, source : String source, source=(source : String) source=, status : HTTP::Status status, status=(status : HTTP::Status) status=, status_code status_code, text text, title : String title, title=(title : String) title=, to_s(context : HTTP::Server::Context) to_s, xml xml