aboutsummaryrefslogtreecommitdiff
path: root/docs/x-matrix-response.pod6
diff options
context:
space:
mode:
authorMatias Linares <matiaslina@gmail.com>2021-01-11 22:19:00 -0300
committerMatias Linares <matiaslina@gmail.com>2021-01-11 22:19:00 -0300
commit9da9134f0b28c0e4c69537b54fd96dca3a66aaed (patch)
tree46a14da15beb95dd6f2c6b995b2dc6e7b6e94970 /docs/x-matrix-response.pod6
parente5e5211aab9e6c579eeb6e78673015dcc03bb666 (diff)
downloadperl6-matrix-client-9da9134f0b28c0e4c69537b54fd96dca3a66aaed.tar.gz
[DOC] .pod6 -> .rakudoc extension & better layout
Diffstat (limited to 'docs/x-matrix-response.pod6')
-rw-r--r--docs/x-matrix-response.pod623
1 files changed, 0 insertions, 23 deletions
diff --git a/docs/x-matrix-response.pod6 b/docs/x-matrix-response.pod6
deleted file mode 100644
index d93c263..0000000
--- a/docs/x-matrix-response.pod6
+++ /dev/null
@@ -1,23 +0,0 @@
-=begin pod
-
-=TITLE X::Matrix::Response
-
-=SUBTITLE Error querying the matrix server
-
-
- class X::Matrix::Response is Exception {}
-
-Error class when the matrix server returns an error code (4XX).
-
-=head1 METHODS
-
-=head2 code
-
-Returns the HTTP error code.
-
-=head2 error
-
-Returns a C<Str> with the matrix error. A full list of error codes can be
-found in the L<matrix spec|https://matrix.org/docs/spec/client_server/r0.4.0.html#api-standards>.
-
-=end pod \ No newline at end of file