class Tilia::Dav::Exception::Conflict

Conflict

A 409 Conflict is thrown when a user tried to make a directory over an existing file or in a parent directory that doesn't exist.

Public Instance Methods

http_code() click to toggle source

Returns the HTTP statuscode for this exception

@return int

# File lib/tilia/dav/exception/conflict.rb, line 12
def http_code
  409
end